mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Sidebar - Adjust z-index for overlap #993
This commit is contained in:
parent
a56a1044cf
commit
9363e9a4be
3 changed files with 4 additions and 4 deletions
4
css/leptonChrome.css
generated
4
css/leptonChrome.css
generated
|
|
@ -9124,7 +9124,7 @@
|
|||
@supports -moz-bool-pref("userChrome.sidebar.overlap") or -moz-bool-pref("userChrome.autohide.sidebar") {
|
||||
#sidebar-box {
|
||||
--uc-sidebar-shadow-color: #28282f;
|
||||
z-index: 1 !important;
|
||||
z-index: var(--browser-area-z-index-sidebar-splitter, 3) !important;
|
||||
position: relative !important;
|
||||
box-shadow: var(--uc-sidebar-shadow-position) 0px 15px -10px var(--uc-sidebar-shadow-color);
|
||||
}
|
||||
|
|
@ -23790,7 +23790,7 @@
|
|||
@media (-moz-bool-pref: "userChrome.sidebar.overlap"), (-moz-bool-pref: "userChrome.autohide.sidebar") {
|
||||
#sidebar-box {
|
||||
--uc-sidebar-shadow-color: #28282f;
|
||||
z-index: 1 !important;
|
||||
z-index: var(--browser-area-z-index-sidebar-splitter, 3) !important;
|
||||
position: relative !important;
|
||||
box-shadow: var(--uc-sidebar-shadow-position) 0px 15px -10px var(--uc-sidebar-shadow-color);
|
||||
}
|
||||
|
|
|
|||
2
css/leptonChromeESR.css
generated
2
css/leptonChromeESR.css
generated
|
|
@ -9554,7 +9554,7 @@
|
|||
@supports -moz-bool-pref("userChrome.sidebar.overlap") or -moz-bool-pref("userChrome.autohide.sidebar") {
|
||||
#sidebar-box {
|
||||
--uc-sidebar-shadow-color: #28282f;
|
||||
z-index: 1 !important;
|
||||
z-index: var(--browser-area-z-index-sidebar-splitter, 3) !important;
|
||||
position: relative !important;
|
||||
box-shadow: var(--uc-sidebar-shadow-position) 0px 15px -10px var(--uc-sidebar-shadow-color);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#sidebar-box {
|
||||
--uc-sidebar-shadow-color: #28282F;
|
||||
|
||||
z-index: 1 !important;
|
||||
z-index: var(--browser-area-z-index-sidebar-splitter, 3) !important;
|
||||
position: relative !important;
|
||||
|
||||
box-shadow: var(--uc-sidebar-shadow-position) 0px 15px -10px var(--uc-sidebar-shadow-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue