Update workspace-layout.element.ts

flex: 0 on router-outlet to collapse when empty
This commit is contained in:
Nathan Woulfe
2023-01-13 16:53:59 +10:00
committed by GitHub
parent dc504134c4
commit 678c3cdc12

View File

@@ -46,6 +46,7 @@ export class UmbWorkspaceLayout extends UmbLitElement {
}
router-slot {
height: 100%;
flex:0;
}
umb-extension-slot[slot='actions'] {