fix: make the sidebar scrollable
This commit is contained in:
parent
039558335a
commit
c53b995fed
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
flex-wrap: nowrap;
|
||||
|
||||
gap: 2px;
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
position: static;
|
||||
font-size: var(--text-base);
|
||||
@include transition(all, 0.3s, cubic-bezier(0.4, 0, 0.2, 1));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue