From 1f1497d5ab265039e0ef34e431789f67ab0c33f3 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 26 Sep 2018 11:23:12 +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 51433b212f..dbfdf0c673 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -274,7 +274,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { this.setSize(w,this.height); var view_height = Roo.lib.Dom.getViewportHeight(true) - 60; - + var modal_height = this.headerEl.getHeight() + this.bodyEl.getHeight() + this.footerEl.getHeight(); if( ( this.headerEl.getHeight() + -- 2.39.2