Skip to content

Instantly share code, notes, and snippets.

@EliuTimana
Created September 15, 2015 22:01
Show Gist options
  • Save EliuTimana/394a5de3ecf6d2e11a59 to your computer and use it in GitHub Desktop.
Save EliuTimana/394a5de3ecf6d2e11a59 to your computer and use it in GitHub Desktop.
jQuery Mobile | Full Height Content
.ui-page{
height: 100%;
.ui-content{
min-height: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment