Fix the bug that page cannot scroll when chakra dialog is openning.

This commit is contained in:
Bowen Tan 2022-02-16 10:53:06 +08:00
parent 47a63e00c5
commit 46137aa8d2

View File

@ -146,6 +146,7 @@ export default implementRuntimeComponent({
onClose={() => setIsOpen(false)}
trapFocus={false}
portalProps={containerRef.current ? portalProps : undefined}
blockScrollOnMount={false}
>
<AlertDialogOverlay {...(containerRef.current ? dialogOverlayProps : {})}>
<AlertDialogContent