scrollbar-measure

Detect Scrollbar Width with JavaScript


Keywords
scrollbar, css, media query
License
MIT
Install
bower install scrollbar-measure

Documentation

scrollbar-measure

Detect Scrollbar Width with JavaScript

Install

Bower (will add it as a true bower package)

  $ bower install https://github.com/pvds/scrollbar-measure.git

Usage

Use the 'scrollbarWidth' variable in your code as needed

  console.log(scrollbarWidth);

Credits

Detect scrollbar width by David Walsh

License

MIT