Hi @facebook team,
Thank you. I checked it and it works properly.
I had the same problem. Facebook added the fb_new_ui_mobile_overlay_active class to <body>, setting the overflow: hidden;
My solution that works:
body {overflow: hidden! important; }
-
This reply was modified 5 years, 3 months ago by KaRoLeQ. Reason: edit format