diff --git a/demo-shell/src/app/components/home/home.component.scss b/demo-shell/src/app/components/home/home.component.scss index b89e03522e..762e540786 100644 --- a/demo-shell/src/app/components/home/home.component.scss +++ b/demo-shell/src/app/components/home/home.component.scss @@ -2,6 +2,7 @@ display: flex; justify-content: center; align-items: center; + height: 100%; } .adf-home-header-background { 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 f67f8cd8fd..c3e4324621 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/layout/components/layout-container/layout-container.component.scss @@ -9,18 +9,10 @@ overflow: hidden; } - [dir='rtl'] .adf-rtl-container-alignment { margin-left: 10px!important; } - ng-content { - display: block; - width: 100%; - height: 100%; - overflow: hidden; - } - .adf-sidenav--hidden { visibility: hidden !important; width: 0 !important;