Skip to content

Commit 0e1a7c7

Browse files
committed
Update index.css
using 'overflow-y: auto;' hides the scroll pane on the menu when there is no need for it but shows it when the window is too short to show it all.
1 parent 3e8b8e8 commit 0e1a7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
right: 0;
1313
z-index: 0;
1414
width: 256px;
15-
overflow-y: scroll;
15+
overflow-y: auto;
1616
-webkit-overflow-scrolling: touch;
1717
display: none;
1818
}

0 commit comments

Comments
 (0)