Skip to content

Instantly share code, notes, and snippets.

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 chiguniiita/767416255c1f1fccc28c2500e247b3f4 to your computer and use it in GitHub Desktop.
Save chiguniiita/767416255c1f1fccc28c2500e247b3f4 to your computer and use it in GitHub Desktop.
iPhone safari CSS
input,textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-appearance: none;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment