Skip to content

Commit

Permalink
Added scrollbar
Browse files Browse the repository at this point in the history
Added scrollbar to sidebar menu as per poole/hyde#109
  • Loading branch information
ConstantUncle authored Dec 10, 2024
1 parent 552df21 commit 127b8ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ html {
}
@media (min-width: 48em) {
.sidebar {
overflow-y: scroll;
position: fixed;
top: 0;
left: 0;
Expand Down Expand Up @@ -111,6 +112,7 @@ a.sidebar-nav-item:focus {
right: 1rem;
bottom: 1rem;
left: 1rem;
top: 1rem;
}
}

Expand Down

0 comments on commit 127b8ae

Please sign in to comment.