I have a div element in twitter-bootstrap which will have content that will overflow vertically outside the screen.
I would like the div to take the height of the si
try this
$(document).ready(function(){ $('#content').height($(window).height()); });