Skip to content

iOS 26 - Overlay not full screen #1062

@stephenheron

Description

@stephenheron

Hi,

I am having difficulties with the modal on iOS 26.

Image

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" >

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions