In angular, I've implemented virtual infinite scroll. The issue I'm having is that when I try to reset the data after scrolling, it resets, but the scroll bar still displays how far I scrolled.
How to replicate:
- When you click the link, data will load inside the viewport.
- By repeatedly scrolling, the view port will be updated with fresh data.
- notice the scroll bar after clicking the clear button.