var element = document.querySelector("#post-container"); // smooth scroll to element and align it at the bottom element.scrollIntoView({ behavior: 'smooth'});