Roo/MessageBox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Dec 2011 05:07:19 +0000 (13:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Dec 2011 05:07:19 +0000 (13:07 +0800)
Roo/MessageBox.js

index 017db43..66d145f 100644 (file)
@@ -192,7 +192,7 @@ Roo.MessageBox = function(){
             if (cw > w) {
                 bodyEl.dom.style.overflowX = 'auto !important';
             } else {
-                bodyEl.dom.style.overflow = '';
+                bodyEl.dom.style.overflowX = '';
             }
             
             dlg.setContentSize(w, bodyEl.getHeight());