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:
@@ -13,7 +13,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: transparent url(../../modal/modalBackground.gif);
|
||||
z-index: 1000;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user