﻿/* Fix overlay and enable auto-grow for BlazoredTextEditor (Quill) */
.ql-container {
    height: auto !important;
    margin-bottom: 15px !important;
}

    .ql-editor {
        height: auto !important;
        min-height: 80px; /* keep a sensible starting size */
        overflow-y: visible; /* let content expand the container */
    }
