From e0e89cfa3b33a011417528543fb61d1b6f840f0c Mon Sep 17 00:00:00 2001 From: Diogo Bastos <50139916+DiogoABastos@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:33:24 +0100 Subject: [PATCH] AAE-26181 Fix layout container overflowing screen (#10269) --- .../components/layout-container/layout-container.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss b/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss index 0fbd585146..cf555b88bd 100644 --- a/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss @@ -9,6 +9,7 @@ adf-layout-container { .adf-container-full-width { width: inherit; + overflow: hidden; } /* query for Microsoft IE 11 */