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 {