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

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