From 33f194db393384c7f4db810b61cd18e7d6ff9ceb Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 31 May 2022 09:44:03 +0200 Subject: [PATCH] remove fixed todo --- .../src/backoffice/backoffice.element.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts index 3e0c6b7890..013de137c6 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts @@ -20,18 +20,9 @@ export class UmbBackoffice extends LitElement { font-size: 14px; box-sizing: border-box; } - - #main { - display: flex; - flex: 1; - overflow: hidden; - } `, ]; - // TODO: main div and then side and main again within? I propose the backoffice-main begin renamed to something less main-ish. - // TODO: I would think umb-backoffice-header would be outside the router outlet? so its always present. - render() { return html`