From: Daniel Carl Date: Thu, 19 Dec 2013 00:08:24 +0000 (+0100) Subject: Increase z-index of active hint label. X-Git-Url: https://git.owens.tech/assets/me.jpg/assets/me.jpg/git?a=commitdiff_plain;h=29385a4aee56ab0aa16279f6cc79ca5d7e1d716c;p=vimb.git Increase z-index of active hint label. This allows to see the label while stepping though the hints via event if hint label overlaps each other. --- diff --git a/src/hints.js b/src/hints.js index 4b06b23..2e37127 100644 --- a/src/hints.js +++ b/src/hints.js @@ -35,6 +35,8 @@ var VbHint = (function(){ "background-color:#8f0 !important" + "}" + "." + lClass + "." + fClass + "{" + + /* use higher z-index to show the active label if it's overlapped by other labels */ + "z-index:100001;" + "opacity:1" + "}";