Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
PageFrog and Nelio Content Compatibility Issue

Some snippets to explain the issue and how to solve it.

:after, :before, * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment