Nextjs React Perfect Scrollbar
-This is a wrapper to allow use perfect-scrollbar in React. It is used inside our project for creating nice scrollbars for the Sidebar component on Windows machines
“Minimalistic but perfect custom scrollbar plugin.”
!IMPORTANT Perfect Scrollbar is applied on the
.main-panel
and
.wrapper
so we will have a nice scrollbar that is visible only when you
actually scroll. Since it is changing the overflows of the CSS it is
also affecting the child elements which have a scroll so please make
sure that you add the class
.ps-child
to any element that should have scroll.
For more information please check Full Github Documentation of React Perfect Scrollbar and Full Github Documentation of Perfect Scrollbar.