My webpage has a continuously updating element where new data is added to the bottom. I currently have 'overflow: scroll' enabled for users to manually scroll down and view this new information. However, I am looking for a way to display these updates automatically without requiring user interaction. Can someone please advise me on how to achieve this?
Any assistance would be greatly appreciated!