Skip to content

Instantly share code, notes, and snippets.

@kublaj
Created September 25, 2013 12:48
Show Gist options
  • Save kublaj/6699130 to your computer and use it in GitHub Desktop.
Save kublaj/6699130 to your computer and use it in GitHub Desktop.
cross-browser-min-height.css
#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