Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Created September 26, 2013 22:29
Show Gist options
  • Save jakecraige/6721491 to your computer and use it in GitHub Desktop.
Save jakecraige/6721491 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
document.addEventListener("deviceready", deviceReady);
function deviceReady() {
jQuery('.scroll-wrapper').css('min-height', $(window).height() - 55 + 'px');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment