* {
    box-sizing: border-box;
}

trix-editor {
    min-height: 10rem !important;
    max-height: 20rem;
    overflow-y: auto;
}
/* Hide the attachment button */
trix-toolbar [data-trix-button-group="file-tools"] {
    display: none !important;
}
