colorbrewer/colorbrewer-bg.css
[roojs1] / roojs-core-debug.js
index 2743e7b..829d252 100644 (file)
@@ -8880,7 +8880,12 @@ if(opt.anim.isAnimated()){
                 }
                 dom = dom.parentNode;
             }
-            
+            // if we are masking the body - then it hides everything..
+            if (this.dom == document.body) {
+                z = 1000000;
+                this._mask.setWidth(Roo.lib.Dom.getDocumentWidth());
+                this._mask.setHeight(Roo.lib.Dom.getDocumentHeight());
+            }
            
             if(typeof msg == 'string'){
                 if(!this._maskMsg){