.ql-editor {
    resize: vertical; /* ou both */
    overflow: auto;
    min-height: 150px;
    padding-bottom: 30px;
}

.ql-container {
    height: auto !important;
}

.ql-container.ql-snow {
    border-radius: 4px;
}