StatusHoverCard: ahh, I understand the z-index issue
This commit is contained in:
parent
c78e398dad
commit
01e643e4f6
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export const StatusHoverCard: React.FC<IStatusHoverCard> = ({ visible = true })
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={classNames({
|
className={classNames({
|
||||||
'absolute transition-opacity w-[500px] z-[100] top-0 left-0': true,
|
'absolute transition-opacity w-[500px] z-50 top-0 left-0': true,
|
||||||
'opacity-100': visible,
|
'opacity-100': visible,
|
||||||
'opacity-0 pointer-events-none': !visible,
|
'opacity-0 pointer-events-none': !visible,
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in a new issue