rafaelbotazini / floating-whatsapp

This is a simple floating WhatsApp button plugin for jQuery.
MIT License
268 stars 216 forks source link

fake chat window #16

Closed block0xhash closed 4 years ago

block0xhash commented 4 years ago

Good day ,

Is the a way to always have the fake chat window on top.

I have a twitter bootstrap card on my page and when I resize the the webpage the chat window is going behind the card item.

image

Thanks Bothwell

rafaelbotazini commented 4 years ago

Have you tried to set the zIndex option?

You should set this value higher than the card css z-index value.

block0xhash commented 4 years ago

thanks it works!

image