Archived topic
Popup z-index
5 replies · Started by Daniele on May 21, 2021
Hi guys,
I created a modal popup that appears when the user clicks on "customize it" in this page: https://dev.hitechartisans.com/inter/inter-straps/inter-leather-apple-watch-strap-black/
But the issue is that even tough I try changing the popup z-index I'm not able to go over the menu bar (z-index=100).
How can I put the menu bar behind the popup layer?
thanks!
Hi there,
can you recheck the link your provided as its 404ing
Hi David,
sorry we were editing it.
Can you check now?
No probs :)
Try adding this CSS:
.jquery-modal.blocker {
z-index: 1000;
}
thanks, working!
Glad to hear that