From 8091ce2d4dbc2db8402290bb549d2957c2804ce1 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:46:05 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 7d8ed4d779..ef8d291da7 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2600,6 +2600,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { } if(this._touchViewMask){ + Roo.get(document.body).addClass("x-body-masked"); this._touchViewMask.setSize(Roo.lib.Dom.getViewWidth(true), Roo.lib.Dom.getViewHeight(true)); this._touchViewMask.setStyle('z-index', 10000); this._touchViewMask.addClass('show'); -- 2.39.2