Merge pull request #653 from dod-ccpo/tooltip-arrow

Fix z-index of tooltip arrow
This commit is contained in:
George Drummond
2019-02-15 14:32:24 -05:00
committed by GitHub

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 {