Fix tooltip zIndex to appear on top of maps and other canvas items
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Tooltip ({tooltipkey, content, sidebarIsOpen, children})
|
|||||||
py={1}
|
py={1}
|
||||||
borderRadius="md"
|
borderRadius="md"
|
||||||
whiteSpace="nowrap"
|
whiteSpace="nowrap"
|
||||||
zIndex={10}
|
zIndex="overlay" // zIndex = 1300
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
</chakra.div>
|
</chakra.div>
|
||||||
|
|||||||
Reference in New Issue
Block a user