Found an install where somehow the div around propertyPane had z-index 1000, the same as the uploadpanel, therefore hiding it

This commit is contained in:
sebastiaan
2012-09-05 06:59:26 -02:00
parent 71b9691431
commit b43a774d7f

View File

@@ -13,7 +13,7 @@
bottom: 0;
left: 0;
background: transparent url(../../modal/modalBackground.gif);
z-index: 1000;
z-index: 9999;
display: none;
}