jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

Destroying slimscroll still holds on to the mouse wheel.

Open lozeone opened this issue 9 years ago • 2 comments

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.

lozeone avatar Feb 13 '16 02:02 lozeone

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

mrfzd avatar Jun 23 '16 15:06 mrfzd

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.

KENICHI88 avatar Jan 03 '18 07:01 KENICHI88