This commit is contained in:
lendry
2026-07-10 12:21:44 +03:00
parent a0966e7ba2
commit f00f3d411d
8 changed files with 395 additions and 54 deletions

View File

@@ -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>