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

index 4f824b3..5e9bb4c 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.overflowY = 'auto';
+                bodyEl.dom.style.overflowY = 'auto!important';
             } else {
                 bodyEl.dom.style.height = '';
                 bodyEl.dom.style.overflowY = '';