From 4afccac3f30d256f7f8d1c24942eb1841cf6e3be Mon Sep 17 00:00:00 2001 From: "Daniel S. Hansen" Date: Wed, 13 Aug 2025 10:49:37 -0700 Subject: [PATCH] Fix tooltip zIndex to appear on top of maps and other canvas items --- client/src/components/Canvas/CanvasComponents/Tooltip.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Canvas/CanvasComponents/Tooltip.jsx b/client/src/components/Canvas/CanvasComponents/Tooltip.jsx index c22f943..0823d53 100644 --- a/client/src/components/Canvas/CanvasComponents/Tooltip.jsx +++ b/client/src/components/Canvas/CanvasComponents/Tooltip.jsx @@ -41,7 +41,7 @@ export default function Tooltip ({tooltipkey, content, sidebarIsOpen, children}) py={1} borderRadius="md" whiteSpace="nowrap" - zIndex={10} + zIndex="overlay" // zIndex = 1300 > {content}