Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Unable to scroll content inside login modal due to overflow: hidden #36

Description

@varseb

Hi,

I’ve encountered an issue with the login modal in the @privy-io/react-auth library. The modal has overflow: hidden applied, which prevents the user from scrolling through the content if it overflows the viewport.

Steps to reproduce:

Open the login modal on a smaller screen or with enough content to require scrolling.
Attempt to scroll the content inside the modal.
Expected behavior: The user should be able to scroll through the content inside the modal when it overflows.

Actual behavior: Scrolling is disabled due to overflow: hidden on the modal.

image

The id of the element with overflow hidden is privy-modal-content

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