Forums
(@nigtellios)
4 years, 3 months ago
I have the same problem on v5.3.1, none of your troubleshooting included on cf7 website works. Only rollback to previous version.
5 years, 2 months ago
Plugin is changing the overflow behavior, if you want stop it from going to top of the site just add this in your custom css:
html.no-scroll, body.no-scroll { overflow: visible !important; }
Have a nice day B)