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) {