I am curious if it is feasible to configure a starting position for a scrollbar in js/jquery/css/html.
https://i.sstatic.net/ARlbH.png
Looking at the provided screenshot, I would like the scrollbar to always stay updated and remain at the bottom whenever a new message comes through or when the page is initially loaded.
<div class='media'>
<a class='pull-left' href='#'>
<img class='media-object img-circle' src='img/avatar' alt='Avatar'>
</a>
<div class='media-body'>
<h5 class='media-heading'>/username/</h5>
<h5>/message/</h5>
</div>
</div><hr>