Skip to content

Commit 9e9e95c

Browse files
committed
fix: Add vertical scroll to sidebar when needed
This will handle cases in desktop where the sidebar was hiding its own content because it was too tall and not letting the user scroll inside it. This should have no effect on the mobile sidebar since it has a fixed height
1 parent 0fc2292 commit 9e9e95c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stylus/objects/sidebar.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ $sidebar
1212
width rem(220)
1313
border-right rem(1) solid var(--dividerColor)
1414
background-color var(--defaultBackgroundColor)
15+
overflow-y auto
16+
overflow-x hidden
1517

1618
+medium-screen()
1719
justify-content space-between

0 commit comments

Comments
 (0)