From 5f49253111dc1afc566c593d954460123f43fdd0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Dec 2011 13:02:36 +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 5e9bb4c362..bdd91903d1 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.overflowY = 'auto!important'; + bodyEl.dom.style.overflowY = 'auto !important'; } else { bodyEl.dom.style.height = ''; bodyEl.dom.style.overflowY = ''; -- 2.39.2