mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(docs-infra): move aio footer inside mat-sidenav-container (#44236)
currently the aio footer sits outside the mat-sidenav-container, as a result when the mat-sidenav in over mode appears, the footer is not placed under the sidenav backdrop, move the footer inside the mat-sidenav-container so that it does PR Close #44236
This commit is contained in:
parent
3697acc842
commit
2bf131a8a0
2 changed files with 5 additions and 4 deletions
|
|
@ -68,8 +68,9 @@
|
|||
<aio-lazy-ce selector="aio-toc"></aio-lazy-ce>
|
||||
</div>
|
||||
|
||||
<footer class="no-print">
|
||||
<aio-footer [nodes]="footerNodes" [versionInfo]="versionInfo"></aio-footer>
|
||||
</footer>
|
||||
|
||||
</mat-sidenav-container>
|
||||
|
||||
<footer class="no-print">
|
||||
<aio-footer [nodes]="footerNodes" [versionInfo]="versionInfo"></aio-footer>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ mat-sidenav-container.sidenav-container {
|
|||
transform: none;
|
||||
|
||||
&.has-floating-toc {
|
||||
.mat-sidenav-content {
|
||||
.sidenav-content {
|
||||
margin-right: 18vw;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue