chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.34k stars 116 forks source link

fancyScroll customization to show without hover #49

Closed ash-buzz closed 3 years ago

ash-buzz commented 3 years ago

Is it possible to customize fancyscroll such that it is visible all the time and not only on hovering?

supersnager commented 3 years ago

@ash-buzz Thank you for your question. The fancy scroll is based on perfect-scrollbar which doesn't have such an option. So unfortunately it's currently not possible.

Additionaly, there are many problems with perfect-scrollbar which is also not actively maintained (I waited almost a year for a version with my fix to be released ).

So, I'm working on a new fancy scroll implementation. I will add this feature to the new version.