diff --git a/taxonium_component/src/components/TreenomeMutationHoverTip.jsx b/taxonium_component/src/components/TreenomeMutationHoverTip.jsx index 47882da9..de5ab9c7 100644 --- a/taxonium_component/src/components/TreenomeMutationHoverTip.jsx +++ b/taxonium_component/src/components/TreenomeMutationHoverTip.jsx @@ -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,