mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3493] Sidenav on top of content on IE bug fix (#3752)
This commit is contained in:
committed by
Eugenio Romano
parent
6ad37c1ecc
commit
eefc054cab
@@ -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>
|
||||
|
@@ -36,12 +36,9 @@
|
||||
background-color: mat-color($background,background);
|
||||
}
|
||||
|
||||
mat-sidenav-content {
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.mat-sidenav-content,
|
||||
mat-sidenav-content.mat-sidenav-content,
|
||||
.mat-drawer-transition .mat-drawer-content {
|
||||
margin-left: 0px !important;
|
||||
transform: unset !important;
|
||||
transition-property: unset !important;
|
||||
transition-duration: unset !important;
|
||||
|
Reference in New Issue
Block a user