[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> </mat-sidenav>
<div> <div>
<div [@contentAnimation]="contentAnimationState" style="margin-left: 0 !important"> <div [@contentAnimation]="contentAnimationState">
<ng-content select="[app-layout-content]"></ng-content> <ng-content select="[app-layout-content]"></ng-content>
</div> </div>
</div> </div>

View File

@@ -36,12 +36,9 @@
background-color: mat-color($background,background); background-color: mat-color($background,background);
} }
mat-sidenav-content { mat-sidenav-content.mat-sidenav-content,
margin-left: 0px !important;
}
.mat-sidenav-content,
.mat-drawer-transition .mat-drawer-content { .mat-drawer-transition .mat-drawer-content {
margin-left: 0px !important;
transform: unset !important; transform: unset !important;
transition-property: unset !important; transition-property: unset !important;
transition-duration: unset !important; transition-duration: unset !important;