fix: version history z index (#6531)

This commit is contained in:
Anmol Singh Bhatia
2025-01-31 15:59:15 +05:30
committed by GitHub
parent ddad1767a2
commit 66be0b1862

View File

@@ -40,7 +40,7 @@ export const PageVersionsOverlay: React.FC<Props> = observer((props) => {
return (
<div
className={cn(
"absolute inset-0 z-20 size-full bg-custom-background-100 flex overflow-hidden opacity-0 pointer-events-none transition-opacity",
"absolute inset-0 z-[16] size-full bg-custom-background-100 flex overflow-hidden opacity-0 pointer-events-none transition-opacity",
{
"opacity-100 pointer-events-auto": isOpen,
}