Roo/bootstrap/Modal.js
authorjohn <john@roojs.com>
Fri, 28 Sep 2018 03:57:23 +0000 (11:57 +0800)
committerjohn <john@roojs.com>
Fri, 28 Sep 2018 03:57:23 +0000 (11:57 +0800)
Roo/bootstrap/Modal.js

index 74e2e3c..7d40f7b 100644 (file)
@@ -271,7 +271,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         if(!this.fitwindow && this.max_width !== 0){
             
             var w = Math.min(this.max_width, Roo.lib.Dom.getViewportWidth(true) - 30);
-            this.setSize(w, this.height || Roo.lib.Dom.getViewportHeight(true) - 60);
+            
             // for fix height
             if(this.height) {
                 this.setSize(w, this.height);