fix: make the sidebar scrollable

This commit is contained in:
sokumon 2025-11-06 15:13:49 +05:30
parent 039558335a
commit c53b995fed

View file

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