I'm using a python generator to periodically send new data back to the client via flask.Response. I can see the new data getting added into the client browser properly -- The new data is always appended to the bottom (as expected).
How can I command the browser scroll to 'lock' to the bottom of the screen so that as the updates stream in the browser is always looking at the latest data?