From 4fef4dbf8819092f74057d3aef7608899a753bd2 Mon Sep 17 00:00:00 2001 From: chschy Date: Sun, 4 Nov 2012 07:00:27 +0000 Subject: [PATCH] bug fix git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12090 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/foggyLayer.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/js/foggyLayer.js b/common/js/foggyLayer.js index 575d98ddf..8f428281a 100644 --- a/common/js/foggyLayer.js +++ b/common/js/foggyLayer.js @@ -7,7 +7,9 @@ jQuery(function($){ backgroundColor:'#000', opacity: 0, display:'none', - zIndex:100 + zIndex:100, + width: $(document).width(), + height: $(document).height() }); $($.find("body")).append($foggyLayer); @@ -26,4 +28,4 @@ jQuery(function($){ }); $foggyLayer.show(); -} \ No newline at end of file +}); \ No newline at end of file