From 58949008f93162941e61eba4ecccc73c44538331 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 23 Jul 2013 11:33:23 +0000 Subject: [PATCH] disable outer scrollbar, eg. if rendering time is swichted on --- phpgwapi/inc/class.groupdav_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.groupdav_hooks.inc.php b/phpgwapi/inc/class.groupdav_hooks.inc.php index 039b0c502a..e5e0328335 100644 --- a/phpgwapi/inc/class.groupdav_hooks.inc.php +++ b/phpgwapi/inc/class.groupdav_hooks.inc.php @@ -154,7 +154,7 @@ class groupdav_hooks throw new egw_exception_wrong_parameter("Access denied to file '$filename'!"); } $GLOBALS['egw_info']['flags']['css'] = ' -body { background-color: #e0e0e0; } +body { background-color: #e0e0e0; overflow: hidden; } pre.tail { background-color: white; padding-left: 5px; margin-left: 5px; } '; $header = str_replace('!','/',substr($filename,10+strlen($GLOBALS['egw_info']['user']['account_lid']),-4));