问题
I am using java script/Jquery in web browser.I made a custom horizontal scroll bar which is working with mouse wheel or mouse scroll.commonly mouse scroll works with vertical bar.So it conflict with my programmed horizontal scroll bar. I dont want to remove vertical bar completely but just only to disable when we scroll our mouse.If you make sense then please suggest.
Regards,
Deepak
回答1:
In your CSS:
overflow-y: hidden;
Might work
来源:https://stackoverflow.com/questions/6625343/how-i-can-stop-vertical-scroll-by-mouse