inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

Nested Scrollbar not working #779

Open vulchivijay opened 5 years ago

vulchivijay commented 5 years ago

I am using latest version 3.7.6. https://codepen.io/vulchivijay/pen/yRWbev

Nested scrollbar not working properly, i.e I have a div with nicescrollbar within the div i have another div with nicescrollbar. child nicescrollbar not working properly!

Instead of appending nicescrollbar dom in body tag why do not we appending it within the specified element. It will be easy to control by dev right.

vulchivijay commented 5 years ago

@inuyaksa Do you know this issue ? let me know how to fix with the plugin.

vulchivijay commented 5 years ago

is anybody face this issue. any solution ? @inuyaksa are you contributing your time for this issues or not looking on this ?

euginepj commented 4 years ago

I am facing the same issue. https://codepen.io/euginepj/pen/MWgmwBw. Anyone with any solutions?

lkiarest commented 3 years ago

I have found a solution: https://codepen.io/lkiarest/pen/PoNGvxp.

Just use "parent.niceScroll(child, options)" instead of "parent.niceScroll(options)".