goldenyz / react-perfect-scrollbar

A react wrapper for perfect-scrollbar
MIT License
482 stars 92 forks source link

Setting wheelPropagation to false not working on mobile devices #82

Closed jctiradopatientnow closed 4 years ago

jctiradopatientnow commented 5 years ago

Hi,

I want to disable the wheelPropagation the following way...

<PerfectScrollbar option={{ suppressScrollX: true, wheelPropagation: false }}>

This is working ok in computers but working wrong in mobile devices.

Version used: react-perfect-scrollbar@1.5.0

goldenyz commented 4 years ago

@jctiradopatientnow update version to 1.5.4 and try again?

goldenyz commented 4 years ago

Closed for no updates