Thanks for testing! It turns out to be quite tricky to handle auto-scrolling with variable content. The fix you applied works like this: scroll to the bottom, and once there, check if the container's height has increased, and if so, keep scrolling, and then check again, and so on. If the content ta...