Skip to content

Instantly share code, notes, and snippets.

@KnightAlex
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save KnightAlex/4fc8e575d82529a19dab to your computer and use it in GitHub Desktop.

Select an option

Save KnightAlex/4fc8e575d82529a19dab to your computer and use it in GitHub Desktop.
Remove iOS/webkit rounded corner nastiness. CSS
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment