From dc40a48a3e485cde66e020f83b5622f39eb6063f Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 6 Sep 2022 16:30:50 +0200 Subject: [PATCH] add scroll container to section sidebar --- .../sections/shared/section-sidebar.element.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts index 485370d34a..f59702cd93 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/sections/shared/section-sidebar.element.ts @@ -62,11 +62,13 @@ export class UmbSectionSidebar extends UmbContextConsumerMixin(LitElement) { render() { return html` - -

${this._sectionName}

-
+ + +

${this._sectionName}

+
- + +
`; }