Components: Sidenav height is cut to the content height

Created on 8 Jul 2016  路  3Comments  路  Source: angular/components

Sidenav height and content height is always equals, Although the min-height was set to 90%.

<div class="sidenav-primary-content" style="min-height:90%">
<div class="container-fluid" style="min-height:90%">

<div style="min-height:90%">
<router-outlet></router-outlet>
</div>

</div>

</div>

Tried to set min-height:90% to any div and it still cut.

Strange thing I used it and it worked fine before I moved my project to angular-cli.
I'm using the latest angular2-material and angular.

Most helpful comment

Try "fullscreen" attribute :)

All 3 comments

Try "fullscreen" attribute :)

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

julianobrasil picture julianobrasil  路  3Comments

shlomiassaf picture shlomiassaf  路  3Comments

jelbourn picture jelbourn  路  3Comments

crutchcorn picture crutchcorn  路  3Comments

kara picture kara  路  3Comments