details:   https://code.openbravo.com/erp/devel/pi/rev/2f7cfb5ae81b
changeset: 14249:2f7cfb5ae81b
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Mon Nov 14 21:30:27 2011 +0100
summary:   Fixed issue 15348: no scrollbars in STD community branding

diffstat:

 web/html/en_US/StaticCommunityBranding-MyOB.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f063ce238a94 -r 2f7cfb5ae81b 
web/html/en_US/StaticCommunityBranding-MyOB.js
--- a/web/html/en_US/StaticCommunityBranding-MyOB.js    Mon Nov 14 18:51:04 
2011 +0100
+++ b/web/html/en_US/StaticCommunityBranding-MyOB.js    Mon Nov 14 21:30:27 
2011 +0100
@@ -70,7 +70,7 @@
     document.getElementById('TextScrollDown').className = "TextScrollDown 
TextScrollDown_normal";
   }
 
-  if (TextBody.scrollHeight > TextBody.clientHeight) {
+  if (TextBody.scrollHeight > TextBody.clientHeight + 6) {
     TextBody.style.height = 87;
     TextScrollCont.style.display = '';
   } else {

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to