14 lines
205 B
Plaintext

.workspace-resource-view {
display: flex;
position: absolute;
flex-direction: column;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.workspace-editor-body {
position: relative;
height: 100%;
}