Open Office Editor W.I.P: Fix a few styling glitches

This commit is contained in:
Hadi Nategh
2016-07-21 10:14:19 +02:00
parent 4f7fa8f018
commit 48c85453a0
5 changed files with 59 additions and 2 deletions

View File

@ -117,6 +117,8 @@ app.classes.filemanager = AppJS.extend(
if (name == "filemanager.editor")
{
// need to make body rock solid to avoid extra scrollbars
jQuery('body').css({overflow:'hidden'});
this._init_odf_editor ();
}
},