Skip to content

Instantly share code, notes, and snippets.

@Zegnat
Created June 14, 2014 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zegnat/b22357b4ed76d6da06ec to your computer and use it in GitHub Desktop.
Save Zegnat/b22357b4ed76d6da06ec to your computer and use it in GitHub Desktop.
* {
box-sizing: inherit;
overflow: inherit;
}
html {
box-sizing: border-box;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment