Skip to content

Commit

Permalink
Add z-index to tooltips. (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Barrett Falk <[email protected]>
  • Loading branch information
afwilcox and barrfalk authored Oct 27, 2023
1 parent 7582537 commit 42a6f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/assets/sass/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
width: 100%;
}

.comp-tooltip {
z-index: 9000 !important;
}

.comp-tooltip .tooltip-inner {
background-color: $bc-gov-primary;
}
Expand Down

0 comments on commit 42a6f6c

Please sign in to comment.