Fix: Sidebar - Don't overlap for bookmarkbar

This commit is contained in:
alstjr7375 2023-09-04 03:02:18 +09:00
parent 33d4c9753e
commit 8d50e46fe7
3 changed files with 11 additions and 0 deletions

View file

@ -45,6 +45,11 @@
#sidebar {
display: block;
}
// #navigator-toolbox-background
#main-window > body > box {
z-index: 2 !important;
}
}
@include Option("userChrome.sidebar.overlap") {