mjunaidkhan
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Message boxI’m having the same problem.
ErrorUtils caught an error: Minified invariant #11797; Params: 113 [Caught in: Module "VisibilityListener"] Subsequent non-fatal errors won't be logged; see https://fburl.com/debugjs.I found a solution for this in the plugin support forum. The problem was that Facebook adds a fb_new_ui_mobile_overlay_active class to <body> when the greeting appears for 30 seconds and sets its overflow value to hidden.
I found this solution and added this code to my child theme’s CSS and now the scroll works perfectly.
body {overflow-y: auto !important;}
Thank you. The issue is resolved now.
- This reply was modified 4 years, 12 months ago by mjunaidkhan.
- This reply was modified 4 years, 12 months ago by mjunaidkhan.
This is the link to the website. You can see when you visit it from a mobile phone it shows a greeting message which blocks the scrolling until it disappears.
Viewing 3 replies - 1 through 3 (of 3 total)