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

[BUG] crashes with bootstrap dropdown-menu #309

Closed neuropass closed 7 years ago

neuropass commented 9 years ago

For whatever reason it does not get initialized when used withing the bootstrap dropdown.

Could you please investigate on the cause? Such a pity. I think the dropdown would be the number 1 spot where you use the nanoscroller.

Thanks!

MaksJS commented 9 years ago

same prob here

SiteSplat commented 7 years ago

It has nothing to do with nanoscroller. The reason is that the dropdown is already hidden on page load therefore nano is not initialized. You need to initialize it when you click on the dropdown...

kristerkari commented 7 years ago

I'll close this as it is not a bug in nanoscroller