mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Add z-index:1 for elements that need to overlap web-content
This commit is contained in:
parent
d15ab49549
commit
02fcff95cb
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
transform: rotateX(90deg);
|
transform: rotateX(90deg);
|
||||||
transform-origin: top;
|
transform-origin: top;
|
||||||
transition: transform 135ms linear 48ms !important;
|
transition: transform 135ms linear 48ms !important;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
:root[uidensity="compact"] #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -20px }
|
:root[uidensity="compact"] #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -20px }
|
||||||
:root[uidensity="touch"] #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -26px }
|
:root[uidensity="touch"] #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -26px }
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
min-width: var(--uc-sidebar-width) !important;
|
min-width: var(--uc-sidebar-width) !important;
|
||||||
width: var(--uc-sidebar-width) !important;
|
width: var(--uc-sidebar-width) !important;
|
||||||
max-width: var(--uc-sidebar-width) !important;
|
max-width: var(--uc-sidebar-width) !important;
|
||||||
|
z-index:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-window[sizemode="fullscreen"] #sidebar-box{ --uc-sidebar-width: 1px; }
|
#main-window[sizemode="fullscreen"] #sidebar-box{ --uc-sidebar-width: 1px; }
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
transition: transform 82ms 33ms linear, opacity 82ms 33ms linear !important;
|
transition: transform 82ms 33ms linear, opacity 82ms 33ms linear !important;
|
||||||
transform-origin: top;
|
transform-origin: top;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox > *{ line-height: normal }
|
#navigator-toolbox > *{ line-height: normal }
|
||||||
|
|
Loading…
Reference in a new issue