diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts index d3baa37f12..3f6ae8fc09 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/section/section-dashboards/section-dashboards.element.ts @@ -22,7 +22,6 @@ export class UmbSectionDashboardsElement extends UmbLitElement { display: flex; flex-direction: column; height: 100%; - width: 100%; } #tabs { @@ -31,13 +30,10 @@ export class UmbSectionDashboardsElement extends UmbLitElement { } #scroll-container { - width: 100%; - height: 100%; + flex:1; } #router-slot { - width: 100%; - height: 100%; box-sizing: border-box; display: block; padding: var(--uui-size-5);