fix(docs-infra): fix sidenav positioning when notification is shown (#27250)
_Before:_  _After:_  PR Close #27250
This commit is contained in:
parent
919ef66a7c
commit
35ab809326
@ -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…
x
Reference in New Issue
Block a user