From: ivan Date: Thu, 4 Jun 2009 14:27:13 +0000 (+0000) Subject: fix scrolling X-Git-Tag: root_of_svc_elec_features~1141 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=93a56633fe031852ce031ad2663f31c43c0eccd4 fix scrolling --- diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 937dfb597..a944f48fa 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -152,7 +152,7 @@ function myHeight() { return document.body.document.height; else */ - return 1700; // approx height (add more per contributors) + return 1850; // approx height (add more per contributors) } document.body.style.overflow = 'hidden';