style: fix tooltip z-index

This commit is contained in:
MAZE 2023-11-01 18:23:40 +03:30
parent 3ac211e355
commit fb061c3d66

View file

@ -89,7 +89,7 @@ export function Tooltip({
{isTooltipOpen && (
<div
ref={refs.setFloating}
{...getFloatingProps({ style: floatingStyles })}
{...getFloatingProps({ style: { ...floatingStyles, zIndex: 99 } })}
>
<motion.div
animate="show"