Fix: One Liner - URL View z-index

This commit is contained in:
alstjr7375 2022-09-15 16:53:09 +09:00
parent 3212a2646c
commit efead891c3
2 changed files with 12 additions and 0 deletions

View file

@ -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;