Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 03:54
Show Gist options
  • Save frankyonnetti/5944692 to your computer and use it in GitHub Desktop.
Save frankyonnetti/5944692 to your computer and use it in GitHub Desktop.
CSS - IE italics box-model fix #css #ie
* html p {
overflow: visible;
zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment