textarea.editor-textarea {
    height: 100%;
    overflow: auto;
    resize: none;
    font-size: 3vh;
}

textarea {
    scrollbar-width: thin;
    scrollbar-color: #e4b424 #f5f5f5;
}

.code-editor-card .card-body {
    height: 30vh !important;
}

iframe#preview-panel {
    width: 100%;
    height: 100%;
    overflow: auto;
}