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 3 years, 11 months ago by KaRoLeQ. Reason: edit format