Finish getting the item filters toggling and scrolling the single panel
This commit is contained in:
parent
5fe854a0f3
commit
3c412dde32
4 changed files with 40 additions and 45 deletions
|
|
@ -19,6 +19,11 @@
|
|||
.e-16dp { @include material.elevate(16); }
|
||||
.e-24dp { @include material.elevate(24); }
|
||||
|
||||
.scrollable {
|
||||
container-type: size;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.nav-bar {
|
||||
@include material.elevate(8);
|
||||
background: color-mix(in lab, var(--nav-bg), white 5%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue