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.78k stars 214 forks source link

Scroll functions required ! #567

Closed sujith-sairam closed 11 months ago

sujith-sairam commented 11 months ago

I am currently working on scroll functions ,where It requires me to navigate to a specific element . I am currently using js ScrollTo method with scrollOffsetElement which is pretty complex to achieve . Is there any way to overcome this issue with built-in methods of os-scrollbar in version-2.

KingSora commented 11 months ago

Good day @sujith-sairam

I'm not sure if I understand you correctly... do you have an code example for me? Maybe the ScrollIntoView function is also helpful to you

sujith-sairam commented 11 months ago

@KingSora Thanks for your reply ScrollIntoView worked fine !!.