Skip to content

Commit

Permalink
EPMRPP-88973 || Fix tooltip z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jan 5, 2024
1 parent f21b0aa commit eee2c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/components/main/tooltips/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ $ARROW_WIDTH: 16px;
/* stylelint-disable selector-max-attribute */
.tooltip {
transition: opacity 300ms ease;
z-index: 2;

&[data-placement*='bottom'] {
padding-top: $ARROW_HEIGHT;
z-index: 2;
}

&[data-placement*='top'] {
Expand Down

0 comments on commit eee2c63

Please sign in to comment.