react-custom-scrollbars icon indicating copy to clipboard operation
react-custom-scrollbars copied to clipboard

Consider removing CSS -webkit-overflow-scrolling property

Open nikitahl opened this issue 6 years ago • 1 comments

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.

nikitahl avatar May 15 '18 13:05 nikitahl

After 4 years Thanks for pointing this out, I am also having issues with the library on iPhone devices.

shamiam1980 avatar Jul 17 '22 05:07 shamiam1980