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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue