diff --git a/core/css/tooltip.css b/core/css/tooltip.css index af25fd5533..e5a2f7b214 100644 --- a/core/css/tooltip.css +++ b/core/css/tooltip.css @@ -5,7 +5,6 @@ */ .tooltip { position: absolute; - z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; @@ -24,6 +23,7 @@ word-wrap: normal; font-size: 12px; opacity: 0; + z-index: 100000; filter: alpha(opacity=0); } .tooltip.in {