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
Mobile: scroll is caught and menu repositions itself
Desktop: backdrop seems to block scrolling events and cannot scroll while menu is open
Expected behavior
Menu trigger dictates reposition strategy. If that's not ideal or expected, then block should be used.
What are the steps to reproduce?
Can be seen on docs site and demo-app. The difference between mobile and desktop is a result of the fixed sidenav, specifically use of cdkScrollable, not a difference in browsers.