From 7a56e798b981c0c626c2336c4d2ba56f07d05061 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:45:48 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 053e05a477..7d8ed4d779 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2601,11 +2601,10 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { if(this._touchViewMask){ this._touchViewMask.setSize(Roo.lib.Dom.getViewWidth(true), Roo.lib.Dom.getViewHeight(true)); - this._touchViewMask.setStyle('z-index', Roo.bootstrap.Modal.zIndex++); + this._touchViewMask.setStyle('z-index', 10000); this._touchViewMask.addClass('show'); } - this.doTouchViewQuery(); }, -- 2.39.2