mdbootstrap / perfect-scrollbar

Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
https://perfectscrollbar.com/
MIT License
353 stars 69 forks source link

scrollTo not scrolling, only scrollTop works but no animation #152

Open aproni34f opened 1 year ago

aproni34f commented 1 year ago

When I try to use scrollTo its not not scrolling, only scrollTop works but then there is no animation.

I have created a demo here: https://jsfiddle.net/mpnf856d/

scrollTo works perfectly when perfect scrollbar is not used. Can this be addressed?

vsitarevic commented 1 year ago

I'm having the same issue but what I've discovered is if there is a horizontal scroll then everything works perfectly fine. Here I have edited your fiddle to demo this behavior: https://jsfiddle.net/2u0gsxnm/1/

Does anyone know why this is happening?

aproni34f commented 1 year ago

Thanks, but I cant have horizontal scroll.