buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Fixes #43 by making the "real" scrollbar always visible off screen #49

Closed michaelspiss closed 5 years ago

michaelspiss commented 6 years ago

The width is still off by some px even after this patch due to browser specific scrollbar widths. This is fixed by applying #37.