.meditor-z .container {
    overflow: auto;
}

.meditor-editor {
    display: block;
    min-width: calc(100%);
    min-height: calc(100%);
    width: auto;
    height: auto;
    border: none;
}

.editor-sidebar {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.meditor-z .panel.hidden {
    display: none;
}

.editor-mgr {
    width: 100%;
    height: 100%;
}

.editor-mgr>.notebook {
    width: 100%;
    height: 100%;
}

.meditor-z .panel, .zf-resizable {
    background-color: #3e3f3f;
}

.meditor-z .panel .file-open-flag,
.meditor-z .panel .label {
    color: beige;
}