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 504 forks source link

Unable add nano scroll on body element? #335

Open Ram-SR opened 6 years ago

Ram-SR commented 6 years ago

I want ro add nano scroll on body element. But as per the docs, the structure should be <div class="nano"><div class="nano-content"></div></div>

then how to add nano scroll on body element?

kristerkari commented 6 years ago

I don't think that having nanoscroller on body element is supported, the library is meant to be used with div elements. You can of course try to see if it happens to work with body + a div element.