.ace_editor {
    padding: 3px;
    z-index: 0;
}

.ace_editor, .ace_editor * {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-size: .75rem !important;
    color: var(--text);
}

.ace-fullsize {
    overflow: hidden !important;
}

.ace-fullsize .ace_editor {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    margin: 0;
    border: 0;
    z-index: 10000;
}

div.mce-edit-area {
    width: 99.9%;
}
