diff --git a/modules/backend/formwidgets/richeditor/assets/css/richeditor.css b/modules/backend/formwidgets/richeditor/assets/css/richeditor.css index aa866aa2d..5fbe57aca 100644 --- a/modules/backend/formwidgets/richeditor/assets/css/richeditor.css +++ b/modules/backend/formwidgets/richeditor/assets/css/richeditor.css @@ -1239,10 +1239,11 @@ body .redactor_air .redactor_toolbar { width: 100%; } .field-richeditor.stretch .redactor_box .redactor_editor { - height: 100% !important; + height: auto !important; width: 100%!important; left: 0; top: 0; + bottom: 0; position: absolute; } .field-richeditor.stretch .redactor_box iframe, diff --git a/modules/backend/formwidgets/richeditor/assets/less/richeditor.less b/modules/backend/formwidgets/richeditor/assets/less/richeditor.less index 20f2943b0..9dea56b46 100644 --- a/modules/backend/formwidgets/richeditor/assets/less/richeditor.less +++ b/modules/backend/formwidgets/richeditor/assets/less/richeditor.less @@ -54,10 +54,11 @@ } .redactor_editor { - height: 100% !important; + height: auto !important; width: 100%!important; left: 0; top: 0; + bottom: 0; position: absolute; }