Skip to content

Commit

Permalink
Merge pull request #3092 from Blargian/fix_firefox_menu
Browse files Browse the repository at this point in the history
Fix sidebar behaviour on firefox
  • Loading branch information
gingerwizard authored Jan 15, 2025
2 parents 3133dfb + 7e0f43f commit ef02d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {
}
/* Rich's attempt to add scrollbar to nav */
.sidebar_mhZE {
position: fixed !important;
position: absolute !important;
padding-bottom: 33px;
height: 100% !important;
}
Expand Down

0 comments on commit ef02d9e

Please sign in to comment.