From: Alan Knowles Date: Mon, 18 Jan 2021 07:37:02 +0000 (+0800) Subject: Roo/bootstrap/Modal.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=e40dc18f25af2744d6029afa24955cc6cbf139f9 Roo/bootstrap/Modal.js --- diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 8579f1f653..66e78f64be 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -181,7 +181,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { { // we will default to modal-body-overflow - might need to remove or make optional later. var bdy = { - cls : 'modal-body ' + this.fitwindow ? 'overflow-auto' : '', + cls : 'modal-body ' + (this.fitwindow ? 'overflow-auto' : ''), html : this.html || '' };