diff --git a/src/features/ui/modal/index.tsx b/src/features/ui/modal/index.tsx index 76cdc8b24..652b99d90 100644 --- a/src/features/ui/modal/index.tsx +++ b/src/features/ui/modal/index.tsx @@ -94,9 +94,10 @@ export function Modal(props: Omit, "size"> & Props) {
setShow(false)} > @@ -126,7 +127,7 @@ export function Modal(props: Omit, "size"> & Props) { } onClick={(e) => e.stopPropagation()} className={classNameObject({ - "bg-white rounded-xl w-[calc(100%-2rem)] ecency-modal-content overflow-x-hidden overflow-y-auto max-h-[calc(100vh-3rem)] my-[3rem] mx-3": + "bg-white rounded-xl w-[calc(100%-2rem)] ecency-modal-content overflow-x-hidden md:my-[3rem] mx-3": true, "max-w-[500px]": !props.size || props.size === "md", "max-w-[800px]": props.size === "lg",