Call on function when scrollbar reach bottom of the scrollbar window My scrollbar thumb will dynamically change size depending on how much data the scrollbar is storing.
Is there an easy way to do this? window.scrollY seem to always be 0. I'm programming a react component with typescript.