Skip to content

Commit

Permalink
Update TreenomeMutationHoverTip.jsx (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Nov 20, 2023
1 parent f97bc23 commit f5c7dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TreenomeMutationHoverTip = ({
className="bg-gray-100 p-3 opacity-90 text-sm"
style={{
position: "absolute",
zIndex: 0,
zIndex: 1,
pointerEvents: "none",
left: hoverInfo.x,
top: hoverInfo.y,
Expand Down

1 comment on commit f5c7dec

@vercel
Copy link

@vercel vercel bot commented on f5c7dec Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.