Currently, I am in the process of creating a chatroom that includes pagination. The issue I am encountering is related to loading old messages when the scroll height reaches 0. However, unlike platforms such as Facebook and Slack, even when the scroll height expands, the scroll position remains at 0. I aim to achieve a stable scroll position even as the scroll height changes. Although I attempted to modify the scroll height, the outcome was unexpectedly smooth.