mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Autohide - Urlbar over bookmarkbar
This commit is contained in:
parent
b456d5ca06
commit
1cbcb9a9f1
2 changed files with 8 additions and 0 deletions
|
|
@ -7853,6 +7853,10 @@
|
|||
z-index: 3;
|
||||
}
|
||||
}
|
||||
#PersonalToolbar {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#sidebar-box:is(:hover, :focus-within) {
|
||||
position: relative;
|
||||
z-index: 2 !important;
|
||||
|
|
|
|||
|
|
@ -45,6 +45,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#sidebar-box:is(:hover, :focus-within) {
|
||||
position: relative;
|
||||
z-index: 2 !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue