Finish getting the item filters toggling and scrolling the single panel

This commit is contained in:
Oliver-Akins 2024-03-17 17:03:01 -06:00
parent 5fe854a0f3
commit 3c412dde32
4 changed files with 40 additions and 45 deletions

View file

@ -18,7 +18,13 @@
grid-column: 2;
display: flex;
flex-direction: column;
gap: 12px;
gap: 16px;
&__group {
@include material.elevate(1);
padding: 8px;
border-radius: 4px;
}
}
.panel {

View file

@ -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%);