You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The id of the element with overflow hidden is privy-modal-content
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.
The id of the element with overflow hidden is
privy-modal-content