Fix tooltip is blocking group modal on the default plans page (#8387)

GitOrigin-RevId: 9663bce7962fd8875afbbcdeb513191135a299fe
This commit is contained in:
M Fahru 2022-06-13 11:56:16 -04:00 committed by Copybot
parent ad3eb0bfcc
commit e3b313d98c

View file

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