-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
component/PageStackiosplatform specificThe issue only occurs on a specific platformThe issue only occurs on a specific platformpriority/lowThe issue is of low importantThe issue is of low important
Milestone
Description
Masa.Blazor version
v1.8.0
Hosting model
Blazor Server
Describe the bug
As mentioned in https://stackoverflow.com/questions/17308027/overflow-yhidden-ios-issue-with-inner-scrolling-div, the usual approach is to disable scrolling on the root element and then set the content after the MAppBar component to be a scrollable area. However, some features of the MAppBar component may become ineffective if this is done. By customizing the scrollable area that the MAppBar listens to, those subsequent issues should be resolved.
Another solution is available at https://github.com/timbartsch/no-bounce, but it may conflict with the PullToRefresh component.
Expected Behavior
No response
Steps To Reproduce
No response
Reproduction code
No response
.NET version
No response
Metadata
Metadata
Assignees
Labels
component/PageStackiosplatform specificThe issue only occurs on a specific platformThe issue only occurs on a specific platformpriority/lowThe issue is of low importantThe issue is of low important