Skip to content

Instantly share code, notes, and snippets.

@tcomaj
Created May 24, 2012 13:35
Show Gist options
  • Save tcomaj/2781582 to your computer and use it in GitHub Desktop.
Save tcomaj/2781582 to your computer and use it in GitHub Desktop.
CSS: Min-height in IE
.box {
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