From acd29d1eedcc944f9f73746cd77718344f390ecd Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Mon, 23 Jan 2023 12:46:02 +1000 Subject: [PATCH] don't set height on scrollable router-slot --- .../section/section-dashboards/section-dashboards.element.ts | 1 - 1 file changed, 1 deletion(-) 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 ba493baa14..96473a9c89 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 @@ -38,7 +38,6 @@ export class UmbSectionDashboardsElement extends UmbLitElement { #router-slot { width: 100%; - height: 100%; box-sizing: border-box; display: block; padding:var(--uui-size-5);