diff --git a/client/src/helpers/misc/summernote-custom.js b/client/src/helpers/misc/summernote-custom.js index 8125d14905..d54d861235 100644 --- a/client/src/helpers/misc/summernote-custom.js +++ b/client/src/helpers/misc/summernote-custom.js @@ -925,6 +925,7 @@ function init(langSets) { } this.$editable.css('maxHeight', this.$editable.css('orgMaxHeight')); + this.$editable.css('height', ''); if (this.isInModal) { this.$modal.css('overflow-y', '');