Dubious height setting for iOS

This commit is contained in:
Brandon Istenes 2017-01-12 05:02:57 +03:00
parent 52d8d8db1d
commit 40985f1811

View File

@ -767,6 +767,7 @@ define([
//andThen(Ckeditor); //andThen(Ckeditor);
// mobile configuration // mobile configuration
Ckeditor.config.toolbarCanCollapse = true; Ckeditor.config.toolbarCanCollapse = true;
Ckeditor.config.height = '72vh';
if (screen.height < 800) { if (screen.height < 800) {
Ckeditor.config.toolbarStartupExpanded = false; Ckeditor.config.toolbarStartupExpanded = false;
} }