livehelperchat
livehelperchat copied to clipboard
Disable the scrolling of lhc_header when the web widget is minimized.
trafficstars
This is the developer's website on a phone screen and the minimized chat header shows iframe content.

How to reproduce the screen shot above?
- Use your phone browser to visit https://livehelperchat.com/.
- Click on "Live help is online..." and then minimize the chat window after it's loaded.
- Try to place your finger on the minimized window header and scroll up. You will experience the screen shot above.
How did I solve it?
- I followed the developer's suggestion.
- I used the CSS "!important" flag as following:
#lhc_container.lhc-min{position:fixed !important; overflow: hidden !important;}
I wasn't able to see if this issue is a potential duplicate. My apology if it is. Live Helper Chat is my favorite, I'd like to do anything to contribute.
Hi and thank you for the report. I tested this today on Android, Firefox and Chrome and was not able to reproduce.
Can you please test again using incognito window?
Ok now I was able to reproduce the issue :D