I’m trying to show an image with nyromodal. I’m trying to do from a jquery-ui dialog, but the nyromodal is showing behind the dialog.
How can I change so the image goes to the front?
I’m trying to show an image with nyromodal. I’m trying to do from a
Share
You can try to add the properties
z-indexin nyroModal.css.I added the
z-indexin.nyroModalBg, .nyroModalCloseButton, .nyroModalTitle, .nyroModalCont, .nyroModalCont iframe, .nyroModalLoadto solve similar problems.