Skip to content

Instantly share code, notes, and snippets.

@paulhhowells
Last active August 22, 2016 16:23
Show Gist options
  • Save paulhhowells/9d20908cbbbe658ad519387574acab8d to your computer and use it in GitHub Desktop.
Save paulhhowells/9d20908cbbbe658ad519387574acab8d to your computer and use it in GitHub Desktop.
.float-fix {
*zoom: 1;
}
.float-fix:before,
.float-fix:after {
content: " ";
display: table;
visibility: hidden;
}
.float-fix:after {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment