.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;
}

.copy-button {
    background-color: #0c99e6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    height: 30px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1px;
    font-size: 12px;
}
.copy-button:hover {
    background-color: #0066ff;
}

.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;
}