added flex to umb-section

This commit is contained in:
Jesper Møller Jensen
2022-10-10 09:49:28 +02:00
parent 0b295c2900
commit 0671b2254e

View File

@@ -20,6 +20,7 @@ export class UmbSectionElement extends UmbContextConsumerMixin(LitElement) {
:host {
flex: 1 1 auto;
height: 100%;
display: flex;
}
#header {