KingSora / OverlayScrollbars

A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.
https://kingsora.github.io/OverlayScrollbars
MIT License
3.71k stars 215 forks source link

Scroll to Element class or id How? #641

Closed punkydie closed 1 month ago

punkydie commented 1 month ago

The plugin is so comprehensive and great, but it fails because of something so important. I can't find anything about it in the documentation either. And ScrollIntoView doesn't work either.

I hope it is still possible somehow.

KingSora commented 1 month ago

Good day @punkydie :)

scrollIntoView and all other native browser APIs like scrollTo or scrollBy are working with OverlayScrollbars. I've created an example for you: https://stackblitz.com/edit/vitejs-vite-iqo9jd?file=main.js