Skip to content

Commit be0aa9f

Browse files
ConsoleTVsyyx990803
authored andcommitted
[Sidebar] Overflow-y auto (#44)
Auto overflow makes the empty scrollbar disappear when it's not needed but shown when there's not enough vertical space to display all items.
1 parent 755a800 commit be0aa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default-theme/styles/theme.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body
4141
bottom 0
4242
box-sizing border-box
4343
border-right 1px solid $borderColor
44-
overflow-y scroll
44+
overflow-y auto
4545

4646
.content:not(.custom)
4747
max-width $contentWidth

0 commit comments

Comments
 (0)