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:
parent
fa0c65efe5
commit
dfdc2adbc6
|
@ -73,7 +73,7 @@ aio-notification {
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-sidenav.mat-sidenav.sidenav {
|
mat-sidenav.mat-sidenav.sidenav {
|
||||||
top: 56px + $notificationHeight;
|
top: 64px + $notificationHeight;
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
top: 56px + $notificationHeight;
|
top: 56px + $notificationHeight;
|
||||||
|
|
Loading…
Reference in New Issue