Michael Sakhniuk

Results 21 comments of Michael Sakhniuk

@Dewyzee Hi Because on MacOS these scrollbars rendering only if you set the special option in system settings. On your screenshot is the native macOS scrollbar.

Actually, I have a plan to fix that in my "fork" of this repo - https://github.com/sakhnyuk/rc-scrollbars

@malte-wessel , could you add me to a collaborator of this project? I have a copy of your code and using it in production. I moved component to Typescript and...

Hey! I think you should sync scrollTop value of both components. Try to use onScroll event and just set scrollTop using ref.

Hey @vdjurdjevic @Tomassito > if we enable autoHide mode, we get scrollbars to show when a user starts scrolling. Actually, I think this is expectable behavior. `autoHide` just hiding scrollbars...

Hey, @vdjurdjevic! Could provide more information about your idea? @Tomassito I have built a project and doc (dumi). I have node v14.15.3

> I just need the ability to show the scrollbar when the user hovers the content, instead of waiting for the scroll to start. Sorry man, but it works right...

> > > I just need the ability to show the scrollbar when the user hovers the content, instead of waiting for the scroll to start. > > > >...

@Zloka Alright! The problem is that in your case rc-scrollbars doesn't render at all 😁 On Demo page and in your project you see native MacOS scrollbars. But you can...

> I am on Linux Mint, using Chrome, it does not work on the demo site.. Scroll shows up only when i start scrolling (using mousewheel) Could you provide a...