ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 05:18:54 +0000 (13:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 05:18:54 +0000 (13:18 +0800)
ux/Lightbox.js

index 9e806c0..34ae65b 100644 (file)
@@ -309,6 +309,9 @@ Roo.apply(Roo.ux.Lightbox.prototype,
 
         // hide elements during transition
         if (this.animate) {
+            this.loading.setStyle({
+                zIndex : this._mask.getStyle('zIndex') * 1.2
+            })
             this.loading.show();
         }
         this.lightboxImage.hide();