• Resolved sukiwp

    (@sukiwp)


    I noticed that when an element / widget has tooltip enabled, the element will have z-index: 1000.

    The z-index should not target the element, but the tooltip.

Viewing 1 replies (of 1 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    Thank you for your suggestion, we will try to fix this in our next update.
    For now you can try this

    [data-tooltip]:before{   
        z-index:9999;
    }
    [data-tooltip]{
        z-index:1;
    }

    in your custom CSS box.

    Let me know if you need additional help on this.

Viewing 1 replies (of 1 total)
  • The topic ‘Tooltip z-index’ is closed to new replies.