Site logo

[Resolved] Popup z-index

Home Forums Support [Resolved] Popup z-index

Home Forums Support Popup z-index

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1792400
    Daniele

    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!

    #1792448
    David
    Staff
    Customer Support

    Hi there,

    can you recheck the link your provided as its 404ing

    #1792450
    Daniele

    Hi David,
    sorry we were editing it.
    Can you check now?

    #1792463
    David
    Staff
    Customer Support

    No probs 🙂

    Try adding this CSS:

    .jquery-modal.blocker {
        z-index: 1000;
    }
    #1792466
    Daniele

    thanks, working!

    #1792469
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.