Skip to content

Commit

Permalink
🐛 - fix: fixed z-index on the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaohs committed Jun 21, 2024
1 parent 4de334f commit c0f3a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
border-radius: var(--border-radius-l);
background-color: var(--typography-color-background);
border: 2px solid var(--typography-color-border);
z-index: -1 !important;

&--open {
opacity: 1;
transform: scale(1);
z-index: 1 !important;
}

&__arrow {
Expand Down

0 comments on commit c0f3a48

Please sign in to comment.