From ee7836a571d158b012b02c992f76d19bdffbba85 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 18 Jan 2021 15:37:59 +0800 Subject: [PATCH] sync --- docs/src/Roo_bootstrap_Card.js.html | 2 -- docs/src/Roo_bootstrap_Modal.js.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/Roo_bootstrap_Card.js.html b/docs/src/Roo_bootstrap_Card.js.html index 3a19a82470..ce5a9718ac 100644 --- a/docs/src/Roo_bootstrap_Card.js.html +++ b/docs/src/Roo_bootstrap_Card.js.html @@ -609,8 +609,6 @@ // add this to the correct place in items. - - // remove Card from items. diff --git a/docs/src/Roo_bootstrap_Modal.js.html b/docs/src/Roo_bootstrap_Modal.js.html index efa0be0bca..183897d691 100644 --- a/docs/src/Roo_bootstrap_Modal.js.html +++ b/docs/src/Roo_bootstrap_Modal.js.html @@ -181,7 +181,7 @@ { // we will default to modal-body-overflow - might need to remove or make optional later. var bdy = { - cls : 'modal-body enable-modal-body-overflow ', + cls : 'modal-body ' + (this.fitwindow ? 'overflow-auto' : ''), html : this.html || '' }; -- 2.39.2