Skip to content

Commit 7f74fbb

Browse files
authored
Merge pull request #4949 from GeekyAnts/fix/modal-overlay-issue
fix: modal overlay issue fixes
2 parents 17cde2a + 544e4f3 commit 7f74fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/composites/Modal/Modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const Modal = (
5555
bottom={avoidKeyboard ? bottomInset + 'px' : undefined}
5656
{...resolvedProps}
5757
ref={ref}
58+
pointerEvents="box-none"
5859
>
5960
{children}
6061
</Box>

0 commit comments

Comments
 (0)