mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix tooltip is blocking group modal on the default plans page (#8387)
GitOrigin-RevId: 9663bce7962fd8875afbbcdeb513191135a299fe
This commit is contained in:
parent
ad3eb0bfcc
commit
e3b313d98c
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@
|
|||
display: inline-block;
|
||||
position: relative;
|
||||
.annual-saving-tooltip {
|
||||
// hide tooltip below group modal, which has 1050 z-index value (from bootstrap .modal class)
|
||||
// .tooltip (this element) has 1070 default z-index value
|
||||
z-index: 1040;
|
||||
white-space: nowrap;
|
||||
left: 50%;
|
||||
width: 200px;
|
||||
|
|
Loading…
Reference in a new issue