From dfdc2adbc6ef8b6f30c122af4992aa9d91058108 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 27 Nov 2018 16:41:24 +0200 Subject: [PATCH] fix(docs-infra): fix sidenav positioning when notification is shown (#27250) _Before:_ ![sidenav-scrollbar-before](https://user-images.githubusercontent.com/8604205/49089078-62519d00-f263-11e8-8369-f39e73dcc239.png) _After:_ ![sidenav-scrollbar-after](https://user-images.githubusercontent.com/8604205/49089077-62519d00-f263-11e8-8a94-0c34044c4ba1.png) PR Close #27250 --- aio/src/styles/2-modules/_notification.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/2-modules/_notification.scss b/aio/src/styles/2-modules/_notification.scss index fcdd67234f..78a6cde583 100644 --- a/aio/src/styles/2-modules/_notification.scss +++ b/aio/src/styles/2-modules/_notification.scss @@ -73,7 +73,7 @@ aio-notification { } mat-sidenav.mat-sidenav.sidenav { - top: 56px + $notificationHeight; + top: 64px + $notificationHeight; @media (max-width: 600px) { top: 56px + $notificationHeight;