mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-28 21:30:59 -08:00
Fix: One Liner - URL View z-index
This commit is contained in:
parent
3212a2646c
commit
efead891c3
2 changed files with 12 additions and 0 deletions
|
|
@ -4291,6 +4291,10 @@
|
|||
transform: translateY(calc(-1 * var(--uc-navbar-block, 0px)));
|
||||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("userChrome.tabbar.one_liner.combine_navbar") {
|
||||
:root {
|
||||
--uc-navbar-gap: 10px;
|
||||
|
|
@ -4401,6 +4405,10 @@
|
|||
transform: translateY(calc(-1 * var(--uc-navbar-block, 0px)));
|
||||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@supports not -moz-bool-pref("userChrome.tabbar.one_liner.combine_navbar") {
|
||||
:root {
|
||||
--uc-navbar-gap: 10px;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
transform: translateY(calc(-1 * var(--uc-navbar-block, 0px)));
|
||||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@include NotOption("userChrome.tabbar.one_liner.combine_navbar") {
|
||||
:root {
|
||||
--uc-navbar-gap: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue