react-custom-scrollbars
react-custom-scrollbars copied to clipboard
Consider removing CSS -webkit-overflow-scrolling property
On iOS devices, in some cases, this property causes issues such as hiding elements. As stated on MDN
This feature is non-standard
https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling
It is used as follows WebkitOverflowScrolling: 'touch'
Was there a reason for adding such a property? As Apple devices use momentum-based scrolling by default.
Please consider avoid using non standart properties.
After 4 years Thanks for pointing this out, I am also having issues with the library on iPhone devices.