.cm-editor-wrapper {
    height: 220px;
    min-height: 220px;
    resize: vertical;
    overflow: hidden;
}

.cm-editor-wrapper > .cm-editor {
    height: 100%;
}

.cm-bind-field {
    position: absolute;
    left: -100px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* .cm-tooltip-autocomplete .cm-completionIcon-property::after {
    font-family: 'bootstrap-icons';
    content: '\f28a';
    font-size: 0.9em;
    opacity: 0.7;
}

.cm-tooltip-autocomplete .cm-completionIcon-variable::after {
    font-family: 'bootstrap-icons';
    content: '\f28a';
    font-size: 0.9em;
    opacity: 0.7;
}

.cm-tooltip-autocomplete .cm-completionIcon-function::after {
    font-family: 'bootstrap-icons';
    content: '\f28a';
    font-size: 0.9em;
    opacity: 0.7;
}

.cm-tooltip-autocomplete .cm-completionIcon-keyword::after {
    font-family: 'bootstrap-icons';
    content: '\f28a';
    font-size: 0.9em;
    opacity: 0.7;
} */
