Skip to content

Commit

Permalink
add z index to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Feb 1, 2025
1 parent 0117fa0 commit ea0dd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/components/InteractiveGraphics/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const Tooltip = ({ text }: { text: string }) => {
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "pre-wrap",
zIndex: 100,
}}
>
{text}
Expand Down

0 comments on commit ea0dd0b

Please sign in to comment.