caseywebdev / react-list

:scroll: A versatile infinite scroll React component.
https://caseywebdev.github.io/react-list
MIT License
1.96k stars 176 forks source link

Gemini-Scrollbar with React-List? #205

Open greggman opened 6 years ago

greggman commented 6 years ago

I'm guessing I'd have to do some pretty major surgery but I thought I'd ask if anyone has integrated gemini-scrollbar or react-gemini-scrollbar with react-list

The problem I'm trying to solve. I want macos style scrollbar everywhere. Those scrollbars are over the content whereas the default scrollbars in many browser/os combinations take up space from the content. Apparently making it work the macos way everywhere is not as simple as just some CSS.

Using react-gemini-scrollbar works for the simple case but react-list is of course not the simple case 😉so I thought I'd ask before diving in