Y
Hacker News
new
|
ask
|
show
|
jobs
by
pealco
368 days ago
Most of my time interacting with this site was spent in developer tools, trying to figure out where the scrolling behavior was coming from. (Couldn't figure it out.) I can't understand why people are still doing this in 2025.
2 comments
bestest
367 days ago
Enter this in the console:
document.body.onwheel = (e) => e.stopPropagation();
link
almosthere
367 days ago
Most likely the developer is using a Windows computer.
link
document.body.onwheel = (e) => e.stopPropagation();