(@fuse) Better scrolling for Quill editor

This commit is contained in:
Sercan Yemen 2022-05-12 13:36:40 +03:00
parent cdc54ab05e
commit b0830148a3

View File

@ -80,7 +80,9 @@
} }
.ql-container { .ql-container {
overflow: hidden; overflow: auto;
min-height: 160px;
max-height: 400px;
border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
@apply border-gray-300 border-opacity-100 shadow-sm #{'!important'}; @apply border-gray-300 border-opacity-100 shadow-sm #{'!important'};
@ -89,9 +91,6 @@
} }
.ql-editor { .ql-editor {
min-height: 160px;
max-height: 160px;
height: 160px;
@apply bg-card; @apply bg-card;
.dark & { .dark & {