From 8bbcc7fd82d7d0f358d479afd96eaea89e614095 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Fri, 14 Jun 2024 01:25:14 +0800 Subject: [PATCH] fix modal views are not fully shown --- src/components/Modal/BaseModal.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/components/Modal/BaseModal.tsx b/src/components/Modal/BaseModal.tsx index f76fc94dbf89..2eb073bb39be 100644 --- a/src/components/Modal/BaseModal.tsx +++ b/src/components/Modal/BaseModal.tsx @@ -252,18 +252,16 @@ function BaseModal( avoidKeyboard={avoidKeyboard} customBackdrop={shouldUseCustomBackdrop ? : undefined} > - - - - - {children} - - - - + + + + {children} + + +