mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
disable outer scrollbar, eg. if rendering time is swichted on
This commit is contained in:
parent
c4caefc9e9
commit
58949008f9
@ -154,7 +154,7 @@ class groupdav_hooks
|
|||||||
throw new egw_exception_wrong_parameter("Access denied to file '$filename'!");
|
throw new egw_exception_wrong_parameter("Access denied to file '$filename'!");
|
||||||
}
|
}
|
||||||
$GLOBALS['egw_info']['flags']['css'] = '
|
$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; }
|
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));
|
$header = str_replace('!','/',substr($filename,10+strlen($GLOBALS['egw_info']['user']['account_lid']),-4));
|
||||||
|
Loading…
Reference in New Issue
Block a user