added 100% height to layout router slot

This commit is contained in:
Jesper Møller Jensen
2022-10-03 14:28:14 +02:00
parent 21def0e01b
commit 2eb97eb93f

View File

@@ -46,6 +46,10 @@ export class UmbEditorEntityLayout extends UmbContextConsumerMixin(LitElement) {
margin-left: auto;
}
router-slot {
height: 100%;
}
uui-input {
width: 100%;
}