-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
md-sidenav
should remain visible (fixed) even as the user scrolls down the md-sidenav-layout
. This is how alpha 7 or 8
worked.
What is the current behavior?
alpha 9
has regressed. Now, when a user scrolls down to reveal more md-sidenav-layout
content, md-sidenav
goes off the page.
At top of the page; sidenav open:
After scrolling down; sidenav open:
What are the steps to reproduce?
- open this plunker
- scroll down the page
- open the sidenav
- the side menu is not visible.
What is the use-case or motivation for changing an existing behavior?
the md-sidenav
typically shows a menu or other content that should be visible whenever the panel opens. Currently, the user experience is very poor: the user thinks the site is broken when she opens the sidenav and sees no content (scrolling up is required to reveal the content)
Which versions of Angular, Material, OS, browsers are affected?
Early alphas had this problem, but it was fixed probably around alpha 5
. There has been a regression and I noticed the problem on alpha 9-3
on Firefox 49