Skip to content

Commit

Permalink
fix: hide scrollbars when there is no overflow (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Feb 8, 2025
1 parent ea1b0af commit cedc797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ footer { margin: 1em; font-size: 0.75em; text-align: center; }
}
.container > #sidebar {
height: 100vh;
overflow: scroll;
overflow: auto;
position: fixed;
top: 0;
width: 11em;
Expand Down

0 comments on commit cedc797

Please sign in to comment.