3 lines
52 B
CSS
3 lines
52 B
CSS
|
.editor-zone {
|
||
|
min-height: calc(100vh - 64px);
|
||
|
}
|