I want the option to make the mouse wheel scroll horizontally #203
aarongustafson
started this conversation in
Wants
Replies: 1 comment
-
Or you hold shift while scrolling. Not saying this is perfect, and being able to set the default scroll direction for an element to horizontal could be interesting but there's also mice that have a way to physically scroll sideways and this would be pretty annoying with those. I feel like having browsers automatically do horizontal scrolling if the user starts scrolling in an element that can only scroll horizontally might make more sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let’s be honest, the web is largely vertical. That sucks. Sometimes you want to do something a bit different and you design something to scroll horizontally in your page and seems fine until you try to scroll the thing with a mouse and the only way is to awkwardly drag the scrollbar. Then you write some JavaScript and feel dirty inside ;-)
What if we could define the scroll direction for an element? Maybe something like this:
https://webwewant.fyi/wants/118/
Beta Was this translation helpful? Give feedback.
All reactions