Fixed misplaced hint labels on some sites (#232).
authorDaniel Carl <danielcarl@gmx.de>
Tue, 28 Jul 2015 06:16:34 +0000 (08:16 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 28 Jul 2015 06:16:34 +0000 (08:16 +0200)
src/config.def.h

index a74ce73..cdbe177 100644 (file)
 
 /* 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;\