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
Acording to a comment on Issue : Angular Material 2 - not rendering in full screen the fullscreen attribute will be removed...
Try this instead:
mat-sidenav-container { position: fixed; height: 100%; min-height: 100%; width: 100%; min-width: 100%; }