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
When setting the scrollBehavior property to "inside" for a modal, two scrollbars appear instead of just one for the content inside the modal. This behavior is unexpected and affects the user experience by cluttering the interface with redundant scrollbars.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Create a modal component in a NextUI project.
Set the scrollBehavior property of the modal to "inside".
Populate the modal with enough content to require scrolling.
Observe that two scrollbars are present: one for the entire modal and one for the content inside the modal.
Expected behavior
Only one scrollbar should appear, specifically the one for the content inside the modal
Screenshots or Videos
Operating System Version
Windows 11
Browser
Chrome
The text was updated successfully, but these errors were encountered:
NextUI Version
2.4.2
Describe the bug
When setting the scrollBehavior property to "inside" for a modal, two scrollbars appear instead of just one for the content inside the modal. This behavior is unexpected and affects the user experience by cluttering the interface with redundant scrollbars.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
Only one scrollbar should appear, specifically the one for the content inside the modal
Screenshots or Videos
Operating System Version
Windows 11
Browser
Chrome
The text was updated successfully, but these errors were encountered: