Add z-index:1 for elements that need to overlap web-content

This commit is contained in:
MrOtherGuy 2019-11-14 17:48:20 +02:00
parent d15ab49549
commit 02fcff95cb
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
transform: rotateX(90deg);
transform-origin: top;
transition: transform 135ms linear 48ms !important;
z-index: 1;
}
:root[uidensity="compact"] #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -20px }
:root[uidensity="touch"] #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -26px }

View file

@ -8,6 +8,7 @@
min-width: var(--uc-sidebar-width) !important;
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; }

View file

@ -22,6 +22,7 @@
transition: transform 82ms 33ms linear, opacity 82ms 33ms linear !important;
transform-origin: top;
line-height: 0;
z-index: 1;
}
#navigator-toolbox > *{ line-height: normal }