1👍
✅
To scroll to the bottom of the #chatLog div just do:
const chatLogDiv = document.getElementById('chatLog')
chatLogDiv.scrollTop = chatLogDiv.scrollHeight
Source:stackexchange.com