Had the same problem! For me, it was a conflict between jQuery and a custom JS script. The scroll drops to bottom randomly because some functions were firing twice.
Try adding `event.preventDefault()` to any scroll-related scripts. Or just nuke ’em and see what happens lol.
WordPress is a mess with this stuff. Maybe try [Health Check plugin](https://wordpress.org/plugins/health-check/) to troubleshoot without breaking your live site.
Try adding `event.preventDefault()` to any scroll-related scripts. Or just nuke ’em and see what happens lol.
WordPress is a mess with this stuff. Maybe try [Health Check plugin](https://wordpress.org/plugins/health-check/) to troubleshoot without breaking your live site.
