From ff12ec81ffbb1c3f6192a3992f3eebb0132ad019 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 28 Sep 2018 11:45:14 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 4683764bc5..7d40f7bedd 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -284,7 +284,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { full_height += body_childs[i].offsetHeight; } - this.setSize(w, Math.min(full_height, Roo.lib.Dom.getViewportHeight(true) - 60)); + // this.setSize(w, Math.min(full_height, Roo.lib.Dom.getViewportHeight(true) - 60)); } }, -- 2.39.2