From: Alan Knowles Date: Mon, 21 Nov 2011 09:57:08 +0000 (+0800) Subject: Roo/MessageBox.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9a5c08e5c4f6cfee12fae9e80e87e25c56de0348;p=roojs1 Roo/MessageBox.js --- diff --git a/Roo/MessageBox.js b/Roo/MessageBox.js index 09c5a1384d..4f824b3d04 100644 --- a/Roo/MessageBox.js +++ b/Roo/MessageBox.js @@ -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 = '';