Fix z-index of tooltip arrow
This commit is contained in:
parent
e608d7d21b
commit
ee7ad23dde
@ -8,6 +8,8 @@
|
||||
background-color: $color-aqua-lightest;
|
||||
padding: $gap * 3;
|
||||
border-left: ($gap / 2) solid $color-blue;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.tooltip-arrow {
|
||||
|
Loading…
x
Reference in New Issue
Block a user