mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 09:18:46 +00:00
(@fuse) Better scrolling for Quill editor
This commit is contained in:
parent
cdc54ab05e
commit
b0830148a3
|
@ -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 & {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user