I want to make my and tags be the entire height of the viewport if the page isn\'t tall enough to warrant scrolling, or t
You will need to specify the overflow attribute for the particular div. It will make sure your content is shown even when page is scrolled or content is more.
overflow
div { overflow:scroll; }