We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17cde2a + 544e4f3 commit 7f74fbbCopy full SHA for 7f74fbb
src/components/composites/Modal/Modal.tsx
@@ -55,6 +55,7 @@ const Modal = (
55
bottom={avoidKeyboard ? bottomInset + 'px' : undefined}
56
{...resolvedProps}
57
ref={ref}
58
+ pointerEvents="box-none"
59
>
60
{children}
61
</Box>
0 commit comments