Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:45:48 +0000 (14:45 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Oct 2018 06:45:48 +0000 (14:45 +0800)
Roo/bootstrap/ComboBox.js

index 053e05a..7d8ed4d 100644 (file)
@@ -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();
         
     },