# simple-scrollbar **Repository Path**: ive4/simple-scrollbar ## Basic Information - **Project Name**: simple-scrollbar - **Description**: Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleScrollbar Very simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices. ## Demo http://buzinas.github.io/simple-scrollbar ## Benefits - Extremely lightweight (less than 1KB after gzip and minify) - It uses the native scroll events, so: - All the events work and are smooth (mouse wheel, space, page down, page up, arrows etc). - The performance is awesome! - No dependencies, completely vanilla Javascript! ## Browser Support It was developed for evergreen browsers, but it works both on IE10 and IE11 either. If you want to make it works down to IE9, the only thing you need to do is to add the [classList polyfill] (https://github.com/eligrey/classList.js). ```HTML ``` ## Usage ### Auto-binding Include the attribute `ss-container` in any `