From 5aaa95a28771ddd3e456a8646da25d92db212153 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Mar 2021 17:01:49 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 0d7b3f6970..46273de325 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -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); -- 2.39.2