Hacker News new | ask | show | jobs
by yefim 2649 days ago
Yep, it's possible. Looks like you need to prevent the default behavior of the wheel event. Here's a quick example I whipped up: https://codepen.io/yefim/pen/drroer and here's a 5 year old Stack Overflow answer about it: https://stackoverflow.com/a/14810932/597260
1 comments

Thanks for sharing.