diff --git a/src/core/janeway_global_settings.py b/src/core/janeway_global_settings.py index 73e60cb245..d82705757e 100755 --- a/src/core/janeway_global_settings.py +++ b/src/core/janeway_global_settings.py @@ -670,7 +670,8 @@ def __len__(self): TINYMCE_DEFAULT_CONFIG = { "width": "100%", "min-height": "300px", - "resize": "height", + "resize": True, + "fullscreen_native": True, "promotion": False, "branding": False, "menubar": "edit view insert format tools table help",