rather place an empty div with id="bottom" at the bottom <div id="bottom>
then run this javascript when needed
document.querySelectorAll('#bottom')[0].scrollIntoView();