Skip to content

Instantly share code, notes, and snippets.

@owlsky
Created September 9, 2013 03:03
Show Gist options
  • Save owlsky/6491038 to your computer and use it in GitHub Desktop.
Save owlsky/6491038 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