Description:
Both the Private Gallery open up and the chat emoji on-click lightbox are sometimes blocked or hidden by adblockers. The cause might no be the scripts — it’s the inline styles starting directly with position: fixed, which adblock heuristics often mistake for popup ads.
Suggestion for dev:
Please adjust the default inline style order in both the Private Gallery and emoji lightbox components so that position: fixed isn’t the first property. For example:
style="z-index:9999;position:fixed;"
This small update will likely stop adblockers from hiding the Private Gallery overlay and emoji previews, making the experience smoother for everyone.
You must log in or # to comment.

