Minimalistic but perfect custom scrollbar plugin. Get more free components with Material Design for Bootstrap UI Kit (link below)
352
stars
69
forks
source link
element.scrollIntoView({ behavior: 'smooth' }) does not work in perfect scrollbar #44
Open
EWhite613 opened 4 years ago
If you use just
element.scrollIntoView()
it will work. But you can't make it smooth usingelement.scrollIntoView({ behavior: 'smooth' }
perfect-scrollbar JSFiddle
This issue was noticed in https://github.com/mdbootstrap/perfect-scrollbar/issues/717#issuecomment-344232767 but was never handled