So very tricky to get vertical mousewheel scrolling to trigger horizontally scrolling. can get it work pretty easily in chrome but for some reason in firefox the wheel event responds to both the trackpad and the mousewheel, so it doesn't work.
Instead, going to just implement drag to scroll since that actually seems easier in this case (and maybe more intuitive).
So very tricky to get vertical mousewheel scrolling to trigger horizontally scrolling. can get it work pretty easily in chrome but for some reason in firefox the
wheel
event responds to both the trackpad and the mousewheel, so it doesn't work.Instead, going to just implement drag to scroll since that actually seems easier in this case (and maybe more intuitive).