Skip to content

Commit

Permalink
fix(FEC-13518): timeline blue bar is on top of button tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin committed Dec 11, 2023
1 parent 628049f commit 3940ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
display: inline-block;
height: 100%;
width: 100%;
z-index: 1;
.tooltip-label {
visibility: hidden;
background-color: $tooltip-background-color;
Expand Down

0 comments on commit 3940ee1

Please sign in to comment.