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
This commit is contained in:
George Kalpakas 2018-11-27 16:41:24 +02:00 committed by Igor Minar
parent fa0c65efe5
commit dfdc2adbc6
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ aio-notification {
}
mat-sidenav.mat-sidenav.sidenav {
top: 56px + $notificationHeight;
top: 64px + $notificationHeight;
@media (max-width: 600px) {
top: 56px + $notificationHeight;