https://i.stack.imgur.com/32kfE.png
When scrolling, the Sidenav is not expanding to take up 100% of the screen and it continues to scroll along with the page content.
<div layout="column">
<section layout="row" flex>
<!-- sidenav content -->
<md-sidenav class="md-sidenav-left"
md-component-id="left"
md-whiteframe="20"
flex>
<md-content layout-padding></md-content>
</md-sidenav>
<md-content flex layout-padding>
<!-- page content -->
<md-content>Page Content</md-content>
</md-content>
</section>
</div>