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
Currently, once some Popover opens (Menu, Dialog, Select etc.) it blocks scroll events (intentionally).
I would like to support scroll events + auto reposition of the popover element.
We use popover for open a menu, but the body scroll is automatically hidden,
The screen jumps when I use the popover. Can we remove the hidden from the overlay body?
We use popover for open a menu, but the body scroll is automatically hidden,
The screen jumps when I use the popover. Can we remove the hidden from the overlay body?
Yes, I can be resolved using a single property: <Popover disableScrollLock={true} ></Popover>
Currently, once some Popover opens (Menu, Dialog, Select etc.) it blocks scroll events (intentionally).
I would like to support scroll events + auto reposition of the popover element.
An example of the behavior can be seen at https://material-components.github.io/material-components-web-catalog/#/component/menu (Open menu button)
If the solution is to use
react-popper
then it would be great to have some doc/example added.Your Environment
The text was updated successfully, but these errors were encountered: