Binaryify / vue-custom-scrollbar

Minimalistic but perfect custom scrollbar component for Vue.JS
https://binaryify.github.io/vue-custom-scrollbar/
MIT License
144 stars 16 forks source link

Horizontal wheel scroll #102

Open doctor911 opened 1 year ago

doctor911 commented 1 year ago

Hi! Is it possible to scroll using mouse wheel? I know that horizontal scroll works when you press Shift while mousescrolling, but I'd like to scroll without pressing Shift. Vertical scroll is disabled:

suppressScrollY: true,
suppressScrollX: false,