Fix tooltip zIndex to appear on top of maps and other canvas items

This commit is contained in:
Daniel S. Hansen
2025-08-13 10:49:37 -07:00
parent 54530f324f
commit 4afccac3f3
@@ -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}
</chakra.div>