Home › Forums › CSS › How to horizontally scroll by mouse wheel › Reply To: How to horizontally scroll by mouse wheel
November 11, 2019 at 11:15 am
#298703
Participant
@Shikkediel That Codepen doesn’t seem to work on my MacOS Safari? No problem Firefox+Chrome. I can’t figure out why at the moment, but it seems to try to vertically scroll. Adding “overflow-y: hidden;” to the CSS for the “body”-element hides the vertical scrollbar but doesn’t start scrolling. I tried to add “e.preventdefault()” to override the vertical scroll but no cigar.