AAE-26181 Fix layout container overflowing screen (#10269)

This commit is contained in:
Diogo Bastos
2024-10-07 15:33:24 +01:00
committed by GitHub
parent 35f24fddb5
commit e0e89cfa3b

View File

@@ -9,6 +9,7 @@ adf-layout-container {
.adf-container-full-width { .adf-container-full-width {
width: inherit; width: inherit;
overflow: hidden;
} }
/* query for Microsoft IE 11 */ /* query for Microsoft IE 11 */