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

Hide native scrollbar properly when zooming #13

Closed PeachIceTea closed 7 years ago

PeachIceTea commented 7 years ago

Currently the width of native scrollbars is hard coded to 18px in the css file. However when zooming browsers do not resize the scrollbars causing them to leak when zooming out. This fixes that by taking the devicePixelRatio into account.