Skip to content

Commit

Permalink
fix(tooltip): add z-index (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lalaluka authored Feb 2, 2022
1 parent c241a89 commit b3773b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/tooltip/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

.tooltip-positioner {
position: absolute;
z-index: var(--z-index);
}

.slot-container {
Expand Down

0 comments on commit b3773b0

Please sign in to comment.