Skip to content

Commit

Permalink
fix: #1401
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 15, 2022
1 parent 055f549 commit a6fa00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/unstyled/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.tooltip:before {
@apply absolute;
pointer-events: none;
z-index: 1;
}
.tooltip:before {
content: attr(data-tip);
Expand Down

0 comments on commit a6fa00d

Please sign in to comment.