MyBB Community Forums

Full Version: Make sidebar expand past content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have a sidebar that has a script of 


$(document).ready(function() { $('#sideBar').height($('html').height()); });

When I go to the login page or a page that doesn't have content expanding to the bottom of the screen, the sidebar stops where the content is. As an example: http://i.imgur.com/0WekbZa.png

How can I make it expand the full height of the screen all the time?