From 3d336bf9bd7acc5fabce48391e1c202109f1e9a5 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 10 Jul 2019 20:01:18 +0100 Subject: [PATCH] Update layout-container.component.scss --- .../components/layout-container/layout-container.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 40a58139a9..0cbe0fe808 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/layout/components/layout-container/layout-container.component.scss @@ -7,11 +7,11 @@ display: block; width: 100%; height: $adf-layout-container-height; + overflow: hidden; } .adf-container-full-width { width: inherit; - overflow: hidden; } /* query for Microsoft IE 11*/ @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {