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

index ad95975..2328c61 100644 (file)
@@ -178,12 +178,13 @@ Roo.MessageBox = function(){
             if(dlg.isVisible()){
                 dlg.fixedcenter = false;
             }
+            // to big, make it scoll.
             if ( bodyEl.getHeight() > (Roo.lib.Dom.getViewHeight() - 100)) {
                 bodyEl.setHeight ( Roo.lib.Dom.getViewHeight() - 100 );
                 bodyEl.el.dom.style.overflow = '';
             } else {
                 bodyEl.el.dom.style.height = '';
-                bodyEl.el.dom.style.overflow = '';
+                bodyEl.el.dom.style.overflowY = 'auto';
             }
             
             dlg.setContentSize(w, bodyEl.getHeight());