From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 28 Jul 2015 06:16:34 +0000 (+0200)
Subject: Fixed misplaced hint labels on some sites (#232).
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=02a4b5ba517bbd7e2b06cd3ca466a1d2643f0223;p=vimb.git

Fixed misplaced hint labels on some sites (#232).
---

diff --git a/src/config.def.h b/src/config.def.h
index a74ce73..cdbe177 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -85,7 +85,10 @@
 
 /* CSS style use on creating hints. This might also be averrules by css out of
  * $XDG_CONFIG_HOME/vimb/style.css file. */
-#define HINT_CSS "._hintLabel{\
+#define HINT_CSS "#_hintContainer{\
+position:static\
+}\
+._hintLabel{\
 -webkit-transform:translate(-4px,-4px);\
 position:absolute;\
 z-index:100000;\