ux/Lightbox.js wip_alan_T6641_add_events_for_handling_view
authorAlan Knowles <alan@roojs.com>
Wed, 10 Mar 2021 09:01:49 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Mar 2021 09:01:49 +0000 (17:01 +0800)
ux/Lightbox.js

index 0d7b3f6..46273de 100644 (file)
@@ -312,7 +312,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
                 position: 'absolute',
                 top: '0px',
                 width: '100%',
-                'z-index': '999'
+                'z-index': '40999'
             }
         });
     },
@@ -413,7 +413,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         this.lightbox.setStyle({ 
             top: lightboxTop + 'px', 
             left: lightboxLeft + 'px' ,
-            zIndex : 1000
+            zIndex : 41000
         });
         //console.log("show lightbox");
         this.lightbox.show();
@@ -438,7 +438,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         // hide elements during transition
         if (this.animate) {
             this.loading.setStyle({
-                zIndex :1200
+                zIndex : 41200
             });
             this.loading.show();
             this.loadinglink.setX( (Roo.lib.Dom.getViewWidth() / 2) - 16);