From eefc054cabb9216288222c380a68fc2100f698d8 Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Thu, 6 Sep 2018 14:10:26 +0100 Subject: [PATCH] [ADF-3493] Sidenav on top of content on IE bug fix (#3752) --- .../layout-container/layout-container.component.html | 2 +- .../layout-container/layout-container.component.scss | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/core/layout/components/layout-container/layout-container.component.html b/lib/core/layout/components/layout-container/layout-container.component.html index 6e8dd73b13..51f2f2b939 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.html +++ b/lib/core/layout/components/layout-container/layout-container.component.html @@ -9,7 +9,7 @@
-
+
diff --git a/lib/core/layout/components/layout-container/layout-container.component.scss b/lib/core/layout/components/layout-container/layout-container.component.scss index 178efc1e61..25d0ee2947 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/layout/components/layout-container/layout-container.component.scss @@ -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;