Revert "Fix z-index of tooltip arrow"

This reverts commit ee7ad23dde8afd227e02027185cf617c87d68ec4.
This commit is contained in:
George Drummond 2019-02-18 10:59:22 -05:00
parent cd2fd99b4c
commit 474450d07a
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -8,8 +8,6 @@
background-color: $color-aqua-lightest;
padding: $gap * 3;
border-left: ($gap / 2) solid $color-blue;
position: relative;
z-index: 2;
}
.tooltip-arrow {