From: john Date: Wed, 26 Sep 2018 03:59:20 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=fefd26cb8337cea976680f4997571dd694fdc5e8 sync --- diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index ebfd0bfa78..d3ca8e7349 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -278,7 +278,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { } var body_childs = this.bodyEl.dom.childNodes; - var full_height = this.headerEl.getHeight() + this.footerEl.getHeight(); + var full_height = this.headerEl.getHeight() + this.footerEl.getHeight() + 60; for(var i = 0; i < body_childs.length; i++) { full_height += body_childs[i].offsetHeight; }