div.quill-wrapper {
    min-height: 6em;
    height: fit-content;
    border: 1px solid #ccc;
    background-color: white;
}
div.quill-wrapper .toolbar {
    border-bottom: 1px solid #ccc;
}
.ql-container {
    height: 50vh;
    min-height: 20rem;
}