.cm-scroller {
    min-height: inherit !important;
    height: 70vh;
}

.cm-gutter {
    overflow: visible !important;
}

.cm-editor {
    min-height: inherit !important;
    position: relative;
    overflow: auto !important;
    height: inherit;
}

.code-editor-textarea {
    position: relative;
    width: auto;
    overflow: hidden;
    border-radius: 5px;
}

.code-editor-textarea-wrapper {
    border-color: rgba(var(--gray-500), var(--tw-border-opacity, 1));
    border-width: 1px;
}

/*@import './custom.css' layer(components);*/

