malte-wessel / react-custom-scrollbars

React scrollbars component
http://malte-wessel.github.io/react-custom-scrollbars/
MIT License
3.2k stars 577 forks source link

Sometimes custom scrollbars do not appear #169

Open alexpaxton opened 7 years ago

alexpaxton commented 7 years ago

I am using Chrome Version 59.0.3071.115 (Official Build) (64-bit). I've witnessed this in versions of Firefox and Safari, as well as different versions of Chrome on my coworkers computers.

I would say 90% of the time everything renders fine, but occasionally the scrollbars don't render at all and I see what appears to be 2 sets of browser default scrollbars. After some investigation I have no idea what is causing it, other than that the custom styles are not being applied to the HTML elements that correspond to react-custom-scrollbars

alexpaxton commented 7 years ago

How it looks when rendering incorrectly: image

How it's supposed to render: screen shot 2017-08-04 at 10 26 09 am

NeXTs commented 7 years ago

Yes, same here. Any workaround?

yss14 commented 7 years ago

Same here :(

alexpaxton commented 7 years ago

Been holding out for a fix, or least a diagnosis on this issue. About to remove react-custom-scrollbars from my project unless @malte-wessel or someone has any ideas

pavle-lekic-htec commented 7 years ago

I have the same problem from the beginning. This library never worked for me. Even the examples did not work. All I see is default scrollbars from Chrome or Firefox.

FezVrasta commented 6 years ago

I'm having the same problem, the demo page shows the default scrollbars.

@malte-wessel may you chime in please?

SimpleCreations commented 2 years ago

I switched to react-scrollbars-custom, works like a charm on macOS.