Skip to content

Commit

Permalink
chore: update z-index tooltip (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored and louis-jan committed Aug 14, 2024
1 parent 3ac1ab2 commit 68323fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joi/src/core/Tooltip/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform, opacity;
font-weight: 500;
z-index: 100;
z-index: 999999999;
max-width: 240px;
@apply text-sm leading-normal;
}
Expand Down

0 comments on commit 68323fb

Please sign in to comment.