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
commit 441125d197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {