malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

How to disable scrolling with mouse wheel? #588

Open olegkhorev opened 6 years ago

olegkhorev commented 6 years ago

Hello guys,

I had tried mouseWheel:{ preventDefault: true }

but section still scrolls with mouse wheel. Do you have any idea how I can disable mouse wheel scrolling? I have long horizontal scroll section and cannot scroll page down with mouse when it reached the scrolled section.

Regards, Oleg

templatetuners commented 6 years ago

mouseWheel:{ enable: boolean } Enable or disable content scrolling via mouse-wheel.