From 1b2271a3b1805411cbfb37fa7aa511f503684afb Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 15 Jan 2018 16:08:07 +0200 Subject: [PATCH] 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 --- aio/src/styles/1-layouts/_sidenav.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/src/styles/1-layouts/_sidenav.scss b/aio/src/styles/1-layouts/_sidenav.scss index 292a940c90..c506996da1 100644 --- a/aio/src/styles/1-layouts/_sidenav.scss +++ b/aio/src/styles/1-layouts/_sidenav.scss @@ -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;