From 6b724cf6b2edd88581b482650e0b9556b5b4e2fe Mon Sep 17 00:00:00 2001 From: naturexie <786281870@qq.com> Date: Sun, 2 Feb 2025 22:24:47 +0800 Subject: [PATCH] fix: modal ui scroll view issue --- components/Modal/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Modal/style.ts b/components/Modal/style.ts index e2ba9596..2b65af3c 100644 --- a/components/Modal/style.ts +++ b/components/Modal/style.ts @@ -8,6 +8,7 @@ export const Wrapper = styled(Box)(({ theme }) => ({ border: "1px solid #4F5178", boxShadow: "0px 0px 10px 4px #00000026", flexDirection: "column", + overflow: "auto", [theme.breakpoints.down("sm")]: { position: "absolute", width: "100%",