Skip to content

Commit

Permalink
fix: tooltip would show over everything
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Jul 25, 2023
1 parent a1bb39a commit 1bc8f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const styles = css`
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
}
:host(.tooltip:hover) span.tooltiptext {
opacity: 1;
Expand Down

0 comments on commit 1bc8f99

Please # to comment.