Increase default z-index for hint elements.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 18 May 2017 22:12:45 +0000 (00:12 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 18 May 2017 22:12:45 +0000 (00:12 +0200)
There are some sites where the hint label where covered by on page
elements using a high z-index. So increase our default too.

src/scripts/hints.css

index f4fee78..acbe28f 100644 (file)
@@ -11,7 +11,7 @@
     opacity:0.7;
     padding:0px 1px;
     position:absolute;
-    z-index:100000
+    z-index:225000
 }
 ._hintElem{
     background-color:#ff0 !important;
@@ -25,5 +25,5 @@
 }
 ._hintLabel._hintFocus{
     opacity:1;
-    z-index:10000
+    z-index:225000
 }