Skip to content

Instantly share code, notes, and snippets.

@seanpsullivan
Created July 11, 2015 15:43
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 seanpsullivan/b8a6a612472169b0232f to your computer and use it in GitHub Desktop.
Save seanpsullivan/b8a6a612472169b0232f to your computer and use it in GitHub Desktop.
Disable border-radius on iOS
input, textarea { /* Disable border-radius in iOS */
-webkit-appearance: none;
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment