From 069b8647d8ff211b5b2dfbdb2630c8104072a1cf Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 30 May 2024 20:50:18 +0200 Subject: [PATCH] add sidebar bottom space --- .../core/section/section-sidebar/section-sidebar.element.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar/section-sidebar.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar/section-sidebar.element.ts index 5c86779064..ba7a4a2081 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar/section-sidebar.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-sidebar/section-sidebar.element.ts @@ -30,6 +30,8 @@ export class UmbSectionSidebarElement extends UmbLitElement { flex-direction: column; z-index: 10; position: relative; + padding-bottom: var(--uui-size-4); + box-sizing: border-box; } #scroll-container {