Can't get angular-material md-sidenav to be 100% height

前端 未结 6 809
后悔当初
后悔当初 2020-12-29 01:37

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

6条回答
  •  [愿得一人]
    2020-12-29 02:21

    In the latest version of material.angular you can use the property fixedInViewport on mat-sidenav.

    See below.

     ... 
    

提交回复
热议问题