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
It was designed not to change the layout of the page. We block the scroll as soon as the select menu is open. There is no workaround with the Menu component. The only alternative is so far is the native implementation.
We could consider having a non-blocking scroll implementation but that would require a large refactorization. I could take days to complete.
Expected Behavior
When I click on a Select component, I don't expect my webpage scrollbar to disapear.
Current Behavior
Scrollbar disapear when a select is active.
Context
This is very annoying as in some situations it changes the layout of the page.
The text was updated successfully, but these errors were encountered: