float tooltip over select2 dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
fccddb8787
commit
fe31b45934
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue