Skip to content

Commit cedc797

Browse files
fix: hide scrollbars when there is no overflow (#193)
1 parent ea1b0af commit cedc797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ footer { margin: 1em; font-size: 0.75em; text-align: center; }
6060
}
6161
.container > #sidebar {
6262
height: 100vh;
63-
overflow: scroll;
63+
overflow: auto;
6464
position: fixed;
6565
top: 0;
6666
width: 11em;

0 commit comments

Comments
 (0)