fix(aio): fix SideNav height on narrow screens (#21538)

Since we specify `bottom: 0`, specifying the height is unnecessary and
leads to wrong height (unless updated) on narrow screens where the
topbar height is decreased.

Partly addresses #21520.

PR Close #21538
This commit is contained in:
George Kalpakas 2018-01-15 16:08:07 +02:00 committed by Miško Hevery
parent f9381e42de
commit 1b2271a3b1
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ mat-sidenav.mat-sidenav.sidenav {
min-width: 260px;
background-color: $offwhite;
box-shadow: 6px 0 6px rgba(0,0,0,0.10);
height: calc(100vh - 64px);
&.collapsed {
top: 56px;