overlay doesn't work on PC

edmond / 2014-08-11 14:14:30   

Hello,

The overlay of the visual index doesn't work entirely on PC ( using google chrome ), only a white page blank appears.
I'd like to know what there would be to do.
I add that it works just fine on mac.

Thanks

edmond / 2014-08-11 15:27:12   

Maybe i found the solution in a past thread. Just waiting for confirmation

edmond / 2014-08-12 08:19:04   

Yes it works this is the solution i used from a past thread :

"You can fix this at /ndxzsite/css/overlay.css

Around line 25 replace the #dialog rule with this one (we're simply adding a missing z-index):

#dialog { position: fixed; top: 0; left: 0; text-align: left; width: 100%; padding: 0; margin: 0; z-index: 4; } "

IKB010 / 2014-11-04 14:36:55   

I tried this fix but works well if you use z-index: 9999;
Because the dialog box on top works, otherwise is under the main div called dialog ... and also work the 'X' for closing the overlay ...just a suggestion hope to be helpful .a

This thread has been closed, thank you.