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

V2 : Help with js code to Detect scroll to bottom with #634

Closed amosbcrown closed 5 months ago

amosbcrown commented 5 months ago

Unable to get scroll to bottom work using Js in vs 2, kindly help

constant instance = overlayscrollbars(Elm, {}, { onscroll: function(){ //do something when viewport scroll to the bottom }} )