ProfileHoverCard: z-[100] no longer necessary
This commit is contained in:
parent
3e531b6827
commit
729cf6f6f6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const ProfileHoverCard: React.FC<IProfileHoverCard> = ({ visible = true }
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={classNames({
|
className={classNames({
|
||||||
'absolute transition-opacity w-[320px] z-[100] top-0 left-0': true,
|
'absolute transition-opacity w-[320px] 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