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 have a Dialog that is long, vertically, and autoScrollBodyContent={true} set, so that the content scrolls.
What I'd like to have happen is that when using the scrollbar/trackpad/mobile device to scroll outside of the Dialog, the content area also scrolls so that the user is not forced to target the content area.
Is this functionality achievable with any version of material-ui, or is this a pattern that should be avoided? I've tried adding event listeners to scroll, it doesn't get fired because the underlying page isn't scrollable due to Dialog being open.
The text was updated successfully, but these errors were encountered:
@oliviertassinari yeah i think it's very similar. the solutions in that issue are for mobile only and suggest using a full screen Dialog instead. I was wondering if this would be possible for a regular sized Dialog on all devices. Maybe I should close this issue and comment on that one instead?
I have a Dialog that is long, vertically, and
autoScrollBodyContent={true}
set, so that the content scrolls.What I'd like to have happen is that when using the scrollbar/trackpad/mobile device to scroll outside of the Dialog, the content area also scrolls so that the user is not forced to target the content area.
Is this functionality achievable with any version of material-ui, or is this a pattern that should be avoided? I've tried adding event listeners to scroll, it doesn't get fired because the underlying page isn't scrollable due to Dialog being open.
The text was updated successfully, but these errors were encountered: