diff --git a/www/pad/main.js b/www/pad/main.js index 510e86983..8d29cc4c3 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -767,6 +767,7 @@ define([ //andThen(Ckeditor); // mobile configuration Ckeditor.config.toolbarCanCollapse = true; + Ckeditor.config.height = '72vh'; if (screen.height < 800) { Ckeditor.config.toolbarStartupExpanded = false; }