jQuery-slimScroll
jQuery-slimScroll copied to clipboard
Destroying slimscroll still holds on to the mouse wheel.
When I destroy a slimscroll using {destroy: true}, I am unable to use the mouse wheel to scroll the whole page, while I am hovered over my once slimscrolled div.
Are you running multiple Slimscroll instances? If so then you need to be specific about destroying the one you want, otherwise it destroys all of them, I'm assuming you're also using Slimscroll for your
as well.Hope it helps, if not then put a jsFiddle version and link it back here, so it would be easy to know what you want to do/achieve!
Thanks
Hi @lozeone , I also meet the same issue. I investigated and found that after destroying the slimscroll, the inline style still be there. You should reset the inline style. Hope this helps.