From e40dc18f25af2744d6029afa24955cc6cbf139f9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 18 Jan 2021 15:37:02 +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 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 || '' }; -- 2.39.2