Skip to content

Instantly share code, notes, and snippets.

@trumball
Created May 24, 2013 17:05
Show Gist options
  • Save trumball/5644958 to your computer and use it in GitHub Desktop.
Save trumball/5644958 to your computer and use it in GitHub Desktop.
Cross-Browser Minimum Height
#container {
min-height: 550px;
height: auto !important;
height: 550px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment