float tooltip over select2 dropdown

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-12-05 17:59:16 +01:00
parent fccddb8787
commit fe31b45934
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {