chore: fix alert dialog interactivity when nested in other dialogs
This commit is contained in:
@@ -27,7 +27,7 @@ const AlertDialog = ({
|
|||||||
<Dialog
|
<Dialog
|
||||||
store={dialog}
|
store={dialog}
|
||||||
role="alertdialog"
|
role="alertdialog"
|
||||||
className="fixed left-0 top-0 z-modal h-full w-full flex items-center justify-center"
|
className="fixed left-0 top-0 z-modal h-full w-full flex items-center justify-center pointer-events-auto"
|
||||||
modal={false}
|
modal={false}
|
||||||
portal={true}
|
portal={true}
|
||||||
preventBodyScroll={true}
|
preventBodyScroll={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user