float tooltip over select2 dropdown

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/2515/head
Robin Appelman 10 years ago
parent fccddb8787
commit fe31b45934
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
  1. 2
      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 {

Loading…
Cancel
Save