diff --git a/modules/editor/skins/ckeditor/css/default.less b/modules/editor/skins/ckeditor/css/default.less index b5dbebed3..2ee58cfa3 100644 --- a/modules/editor/skins/ckeditor/css/default.less +++ b/modules/editor/skins/ckeditor/css/default.less @@ -49,9 +49,10 @@ html { &.cke_panel_container, &.cke_panel_container body { - background-color: #fff; + .light_dark(default); } body.cke_editable { + min-height: 100vh; padding: 10px; .light_dark(@colorset); }