This commit is contained in:
2025-10-22 14:30:06 +05:00
parent 941b775034
commit 504960bf2b
+1 -1
View File
@@ -29,7 +29,7 @@ function ModalWrapper({
<ModalHeader title={title} leftButton={leftButton} />
<div
className={clsx(
"2xl:p-[1.389vw] p-5 overflow-y-auto min-h-full bg-white",
"2xl:p-[1.389vw] p-5 max-sm:overflow-y-auto max-sm:min-h-full max-sm:bg-white",
!title && "!pt-0"
)}
>