Home › Forums › CSS › How to horizontally scroll by mouse wheel › Reply To: How to horizontally scroll by mouse wheel
April 12, 2019 at 7:02 am
#286286
Participant
You need JS for that. Here is a tutorial https://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
Their JS link has expired, here is another one – https://github.com/jquery/jquery-mousewheel (would be better to find a recent version)