mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 14:30:39 -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
3
css/leptonChrome.css
generated
3
css/leptonChrome.css
generated
|
|
@ -8735,6 +8735,9 @@
|
|||
#sidebar {
|
||||
display: block;
|
||||
}
|
||||
#main-window > body > box {
|
||||
z-index: 2 !important;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.sidebar.overlap") {
|
||||
#sidebar-box[positionend="true"] {
|
||||
|
|
|
|||
3
css/leptonChromeESR.css
generated
3
css/leptonChromeESR.css
generated
|
|
@ -9147,6 +9147,9 @@
|
|||
#sidebar {
|
||||
display: block;
|
||||
}
|
||||
#main-window > body > box {
|
||||
z-index: 2 !important;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.sidebar.overlap") {
|
||||
#sidebar-box[positionend="true"] {
|
||||
|
|
|
|||
|
|
@ -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