I am creating a chat using Ajax requests and I\'m trying to get messages div to scroll to the bottom without much luck.
I am wrapping everything in this div:
Set the distance from the top of the scrollable element to be the total height of the element.
const element = this.shadowRoot.getElementById('my-scrollable-div') element.scrollTop = element.scrollHeight