From: ivan Date: Thu, 4 Jun 2009 14:27:09 +0000 (+0000) Subject: fix scrolling X-Git-Tag: freeside_1_7_4rc1~25 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cf58bf404b9bbc004ba693e6ebe52a489ce3ba6f;p=freeside.git fix scrolling --- diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 7ae05eba7..6dd3b09f2 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -147,7 +147,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';