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:
dario-piotrowicz 2021-11-19 22:26:57 +00:00 committed by Jessica Janiuk
parent 3697acc842
commit 2bf131a8a0
2 changed files with 5 additions and 4 deletions

View file

@ -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>

View file

@ -13,7 +13,7 @@ mat-sidenav-container.sidenav-container {
transform: none;
&.has-floating-toc {
.mat-sidenav-content {
.sidenav-content {
margin-right: 18vw;
}
}