[ADF-3493] Sidenav on top of content on IE bug fix (#3752)

This commit is contained in:
davidcanonieto
2018-09-06 14:10:26 +01:00
committed by Eugenio Romano
parent 6ad37c1ecc
commit eefc054cab
2 changed files with 3 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
</mat-sidenav>
<div>
<div [@contentAnimation]="contentAnimationState" style="margin-left: 0 !important">
<div [@contentAnimation]="contentAnimationState">
<ng-content select="[app-layout-content]"></ng-content>
</div>
</div>