mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Open Office Editor W.I.P: Fix a few styling glitches
This commit is contained in:
@ -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 ();
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user