Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created April 24, 2012 18:28
Show Gist options
  • Save stephenway/2482366 to your computer and use it in GitHub Desktop.
Save stephenway/2482366 to your computer and use it in GitHub Desktop.
Fix Container Height with Collapsing Floats
.container-with-floats-height-fix {
height: 1%;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment