Skip to content

Commit

Permalink
fix: Add vertical overflow to sidebar content
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Dec 5, 2024
1 parent 6581980 commit a38ddfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

.sidebarContent {
flex: 1 1 0%;
overflow-y: auto;
}

.sidebarMenuButton {
Expand Down

0 comments on commit a38ddfd

Please sign in to comment.