From 02a4b5ba517bbd7e2b06cd3ca466a1d2643f0223 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 28 Jul 2015 08:16:34 +0200
Subject: [PATCH] Fixed misplaced hint labels on some sites (#232).

---
 src/config.def.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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;\
-- 
2.20.1