Skip to content

Commit ef02d9e

Browse files
authored
Merge pull request #3092 from Blargian/fix_firefox_menu
Fix sidebar behaviour on firefox
2 parents 3133dfb + 7e0f43f commit ef02d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ body {
6363
}
6464
/* Rich's attempt to add scrollbar to nav */
6565
.sidebar_mhZE {
66-
position: fixed !important;
66+
position: absolute !important;
6767
padding-bottom: 33px;
6868
height: 100% !important;
6969
}

0 commit comments

Comments
 (0)