I have cloud zoom installed and everything's fine. The only problem is when I'm on a page that has a cloud zoom image and I hit edit, the damn image overlays ontop of EVERYTHING! I tried to locate the css file to alter the z-index from 9999 to something else but I cannot find the file.

Any help would be greatly appreciated. Thank you in advance.

CommentFileSizeAuthor
#1 problem.png246.05 KBfineartist99

Comments

fineartist99’s picture

StatusFileSize
new246.05 KB
Garry Egan’s picture

Add this css.

<style>
div #wrap {
  z-index: auto !important;
}
</style>
fabianasantos’s picture

Thanks, this worked perfectly!

gonssal’s picture

Status: Active » Closed (fixed)

This is fixed.