mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-26 06:21:41 -08:00
Fix: Sidebar - Don't overlap for bookmarkbar
This commit is contained in:
parent
33d4c9753e
commit
8d50e46fe7
3 changed files with 11 additions and 0 deletions
|
|
@ -45,6 +45,11 @@
|
|||
#sidebar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// #navigator-toolbox-background
|
||||
#main-window > body > box {
|
||||
z-index: 2 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.sidebar.overlap") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue