This commit is contained in:
Benjamin Toby
2025-07-25 19:21:17 +01:00
parent aceddf5146
commit 6d833c7d3b
11 changed files with 88 additions and 40 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default function ModalComponent({ open, setOpen, ...props }: Props) {
<div
className={twMerge(
"fixed z-[200] top-0 left-0 w-screen h-screen",
"flex flex-col items-center justify-center",
"flex flex-col items-center justify-center p-4",
"twui-modal-root"
)}
>