ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:53:37 +0000 (15:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:53:37 +0000 (15:53 +0800)
ux/Lightbox.js

index afb161b..93f72f8 100644 (file)
@@ -396,7 +396,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         this.lightbox.setStyle({ 
             top: lightboxTop + 'px', 
             left: lightboxLeft + 'px' ,
-            zIndex : Roo.get(document.body)._mask.getStyle('zIndex') * 1.1
+            zIndex : 1000
         })
         //console.log("show lightbox");
         this.lightbox.show();