I\'m making a new angular2 application using angular2-material with a sidenav. And I can\'t for the life of me get that sidenav to have a height of 100%. I\'m trying to ge
In the latest version of material.angular you can use the property fixedInViewport on mat-sidenav.
See below.
...