Minimalistic but perfect custom scrollbar plugin
<div class="scrollbar-example">
<div class="content"></div>
</div>
$('.container').perfectScrollbar();
The following requirements should meet.
body, textarea, iframe or flexbox.The following requirements are included in the basic CSS, but please keep in mind when you’d like to change the CSS files.
Please keep in mind that perfect-scrollbar won’t completely emulate native scrolls. Scroll hooking is generally considered as bad practice, and perfect-scrollbar should be used with care. Unless custom scroll is really needed, please consider using native scrolls.