Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created May 28, 2015 19:24
Show Gist options
  • Save gearmobile/68ae77f16da50af7b18c to your computer and use it in GitHub Desktop.
Save gearmobile/68ae77f16da50af7b18c to your computer and use it in GitHub Desktop.
Cross-Browser Min Height
div {
min-height: 500px;
height:auto !important;
height: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment