• You know that box that pops up when you like page on a website? That one shows that I liked it and then a box pops under the like button asking if I would like to comment.

    It’s hidden behind other boxes and I tried everything.

    I used z-index from -999 to 999. I tried using overflow:hidden and visible and it still won’t seem to pop over.

    Does anyone know how to fix this? Thank you for your time 🙂

Viewing 1 replies (of 1 total)
  • Hello,

    Like you mentioned, and you tried all possible issues, I think it’s related to a js/css rewriting z-index on the fly.

    You can try CSS codes like (!important:z-index:999:) but it will probably don’t work.

    Can you tell us what JS code is called for your site/page? (Js is probably taking the lead over css * it’s easy to rewrite css and classes with Jquery).

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook like popup hidden behind other divs.’ is closed to new replies.