From 6a49f89ed2f5499f43f0a63f91d19d8a77cbc961 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 19 May 2017 00:12:45 +0200
Subject: [PATCH] Increase default z-index for hint elements.

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scripts/hints.css b/src/scripts/hints.css
index f4fee78..acbe28f 100644
--- a/src/scripts/hints.css
+++ b/src/scripts/hints.css
@@ -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
 }
-- 
2.20.1