fix split view, again
This commit is contained in:
@@ -46,7 +46,7 @@ export class UmbWorkspaceSplitViewElement extends UmbLitElement {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:host(:not(:last-child)) {
|
||||
|
||||
@@ -67,8 +67,7 @@ export class UmbDocumentWorkspaceSplitViewElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
#splitViews {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: calc(100% - var(--umb-footer-layout-height));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user