Skip to content

Instantly share code, notes, and snippets.

@lucianobarauna
Last active September 26, 2016 13:42
Show Gist options
  • Save lucianobarauna/03b9f9a6583bbdd766d2171520397985 to your computer and use it in GitHub Desktop.
Save lucianobarauna/03b9f9a6583bbdd766d2171520397985 to your computer and use it in GitHub Desktop.
Overflow auto de acordo com altura da página
$(window).bind("load resize",function() {
$("poo").css("height", $(window).height());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment