Roo/MessageBox.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Nov 2011 09:57:08 +0000 (17:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Nov 2011 09:57:08 +0000 (17:57 +0800)
Roo/MessageBox.js

index 09c5a13..4f824b3 100644 (file)
@@ -181,7 +181,7 @@ Roo.MessageBox = function(){
             // to big, make it scoll.
             if ( bodyEl.getHeight() > (Roo.lib.Dom.getViewHeight() - 100)) {
                 bodyEl.setHeight ( Roo.lib.Dom.getViewHeight() - 100 );
-                bodyEl.dom.style.overflow = 'auto';
+                bodyEl.dom.style.overflowY = 'auto';
             } else {
                 bodyEl.dom.style.height = '';
                 bodyEl.dom.style.overflowY = '';