fix tooltip overflows
This commit is contained in:
parent
64b240acb8
commit
1822626398
|
@ -27,7 +27,7 @@
|
|||
|
||||
/* Position the tooltip text */
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
bottom: 125%;
|
||||
left: 50%;
|
||||
margin-left: -150px;
|
||||
|
|
Loading…
Reference in New Issue