Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save piotrlewandowski/27a8916e741a42ef021e2d275ac54478 to your computer and use it in GitHub Desktop.

Select an option

Save piotrlewandowski/27a8916e741a42ef021e2d275ac54478 to your computer and use it in GitHub Desktop.
css: overflow hidden alternative
.elementWithFloatedChilds { height: 1%; }
.elementWithFloatedChilds:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment