I am building a chat app. In the chat window, the chat goes from top to bottom, with old messages appearing at the top. There is a scroll bar when the messages go passed the div max-height.
The messages are loaded in using a Vue v-for. What is the best way to make it scroll the user to the bottom of the chat when they send/receive a message?