From 9a5c08e5c4f6cfee12fae9e80e87e25c56de0348 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Nov 2011 17:57:08 +0800 Subject: [PATCH] Roo/MessageBox.js --- Roo/MessageBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.39.2