fix
This commit is contained in:
@@ -31,8 +31,8 @@ export function DialogContent({
|
||||
margin: 0
|
||||
};
|
||||
|
||||
const overlayZ = placement === 'upper' ? 'z-[300]' : 'z-[200]';
|
||||
const contentZ = placement === 'upper' ? 'z-[301]' : 'z-[201]';
|
||||
const overlayZ = 'z-[5000]';
|
||||
const contentZ = 'z-[5001]';
|
||||
|
||||
return (
|
||||
<DialogPrimitive.Portal>
|
||||
|
||||
Reference in New Issue
Block a user