jamesflorentino / nanoScrollerJS

A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.
http://jamesflorentino.github.com/nanoScrollerJS/
MIT License
2.69k stars 502 forks source link

fix browser scrollbar width detection #262

Closed nikita-ezhkov closed 10 years ago

nikita-ezhkov commented 10 years ago

System: Mac, Browser: Chrome 37.

Overflow of nano-content:

overflow-x: hidden;
overflow-y: scroll;

Real scroll width 16px, but BROWSER_SCROLLBAR_WIDTH === 0

kristerkari commented 10 years ago

Thanks!