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
You can also set mad-sidenav-content's min-height to be 100vh like so:
mad-sidenav-content
min-height
100vh
....
Where:
.sidenav__content--height{ min-height: 100vh; }