-
Notifications
You must be signed in to change notification settings - Fork 812
Open
Description
Hi,
I am having difficulties with the modal on iOS 26.

As you can see the overlay does not go into the top/bottom of the screen. This was working fine before iOS 26 and works fine in Android.
My modal props are pretty simple:
<Modal style={{ overlay: { backgroundColor: "red", zIndex: 99999999, }, content: { height: '100%', paddingLeft: '32px', paddingRight: '32px' }, }} isOpen={shouldShowModal} closeTimeoutMS={200} contentLabel="Filter and Sort Results" >
samcarton
Metadata
Metadata
Assignees
Labels
No labels