﻿.ql-editor-overflow {
    overflow: hidden;
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    font-weight: inherit;
}

.ql-picker.ql-size {
    width: 8ch !important;
}

.ql-size .ql-picker-label::before,
.ql-size .ql-picker-item::before {
    content: attr(data-value) !important;
}

.qlbt-col-tool .qlbt-col-tool-cell {
    background-color: lightgray !important;
}

.ql-editor--disabled {
    background-color: #f3f3f4 !important;
    border-top: #cccccc 1px solid !important;
}

.ql-resizer-img--disabled,
.ql-better-table--disabled {
    pointer-events: none;
}
