Last active
September 26, 2016 13:42
-
-
Save lucianobarauna/03b9f9a6583bbdd766d2171520397985 to your computer and use it in GitHub Desktop.
Overflow auto de acordo com altura da página
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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