mirror of
https://github.com/remvze/moodist.git
synced 2025-12-27 15:20:20 -05:00
style: fix tooltip z-index
This commit is contained in:
parent
3ac211e355
commit
fb061c3d66
@ -89,7 +89,7 @@ export function Tooltip({
|
||||
{isTooltipOpen && (
|
||||
<div
|
||||
ref={refs.setFloating}
|
||||
{...getFloatingProps({ style: floatingStyles })}
|
||||
{...getFloatingProps({ style: { ...floatingStyles, zIndex: 99 } })}
|
||||
>
|
||||
<motion.div
|
||||
animate="show"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user