
scrollboss.js is a JavaScript library that allows you to replace the native scrollbar with one that can be easily customized via JavaScript and CSS.
Compatible with the latest Bootstrap 5 framework.
How to use it:
1. Download and import the scrollboss.js library.
<script src=”scrollboss.min.js”></script>
2. Initialize the scrollboss and create a basic custom scrollbar.
scrollboss.apply({
color: "#fff",
background: "#000",
width: 10,
radius: 50,
shadow: 3,
});3. Additionally, it also supports Bootstrap color utility classes like primary, success, info, warning, danger, dark, light.
scrollboss.apply({
color: "success",
background: "info",
width: 10,
radius: 50,
shadow: 3,
});Changelog:
v1.1 (11/25/2021)
- Update scrollboss.js








Works only in webkit engine :///