fix modal close scroll (#4162)

* fix modal close scroll

* update refresh
This commit is contained in:
heheer
2025-03-14 14:21:48 +08:00
committed by archer
parent 79365d854c
commit 5ac3b2c6fb
3 changed files with 5 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ const MyModal = ({
allowPinchZoom
scrollBehavior={'inside'}
closeOnOverlayClick={closeOnOverlayClick}
returnFocusOnClose={false}
>
<ModalOverlay />
<ModalContent