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

Support `mobile` prop to force mobile device use custom scrollbar

Open othree opened this issue 6 years ago • 3 comments

This PR adds a new attribute mobile, which force mobile device use the custom scrollbar. (mobile means the native scrollbar width is 0)

ref: #299

othree avatar Jan 16 '19 04:01 othree

@malte-wessel Any chance we can get this pull request merged? This is exactly the functionality I need and think it's a good contribution to the repo.

Jhsosa avatar Oct 25 '19 15:10 Jhsosa

Hello, is this feature ready yet ?

ErikParso avatar Sep 02 '20 09:09 ErikParso

@malte-wessel +1 I'm willing to improve a scrollable table UX by placing scrollbars on the header, and also use onUpdate prop to render a message like "more content to the right" until it reached scroll right limit, also projecting a shadow when left scrolled in the fixed column... It looks good on PC, but mobile native scrollbars "broke" my feature

arthurcantarela avatar Mar 30 '21 13:03 arthurcantarela