Task attempt 4f0da8cb-5ed9-4152-87e4-7232ed16b9c5 - Final changes
This commit is contained in:
@@ -21,7 +21,7 @@ const Dialog = React.forwardRef<
|
|||||||
if (!open) return null
|
if (!open) return null
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="fixed inset-0 z-[60] flex items-center justify-center p-4">
|
<div className="fixed inset-0 z-[9999] flex items-center justify-center p-4">
|
||||||
<div
|
<div
|
||||||
className="fixed inset-0 bg-black/50"
|
className="fixed inset-0 bg-black/50"
|
||||||
onClick={() => onOpenChange?.(false)}
|
onClick={() => onOpenChange?.(false)}
|
||||||
@@ -29,7 +29,7 @@ const Dialog = React.forwardRef<
|
|||||||
<div
|
<div
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
className={cn(
|
||||||
"relative z-[60] grid w-full max-w-lg gap-4 border bg-background p-6 shadow-lg duration-200 sm:rounded-lg",
|
"relative z-[9999] grid w-full max-w-lg gap-4 border bg-background p-6 shadow-lg duration-200 sm:rounded-lg",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user