mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-21 23:27:07 +00:00
(@fuse) Better scrolling for Quill editor
This commit is contained in:
@@ -80,7 +80,9 @@
|
||||
}
|
||||
|
||||
.ql-container {
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
min-height: 160px;
|
||||
max-height: 400px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
@apply border-gray-300 border-opacity-100 shadow-sm #{'!important'};
|
||||
|
||||
@@ -89,9 +91,6 @@
|
||||
}
|
||||
|
||||
.ql-editor {
|
||||
min-height: 160px;
|
||||
max-height: 160px;
|
||||
height: 160px;
|
||||
@apply bg-card;
|
||||
|
||||
.dark & {
|
||||
|
||||
Reference in New Issue
Block a user