mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: fix tooltip z-index
This commit is contained in:
parent
3ac211e355
commit
fb061c3d66
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue