Fix z-index of tooltip arrow

This commit is contained in:
George Drummond 2019-02-15 10:34:37 -05:00
parent e608d7d21b
commit ee7ad23dde
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

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