remove fixed todo

This commit is contained in:
Mads Rasmussen
2022-05-31 09:44:03 +02:00
parent 6c9fae3008
commit 33f194db39

View File

@@ -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`
<umb-backoffice-header></umb-backoffice-header>