Skip to content

Instantly share code, notes, and snippets.

@benrudolphWSP
Last active April 16, 2018 15:49
Show Gist options
  • Save benrudolphWSP/e62adbc46e5892274eeab7a31f092cba to your computer and use it in GitHub Desktop.
Save benrudolphWSP/e62adbc46e5892274eeab7a31f092cba to your computer and use it in GitHub Desktop.
To override the default zoom in Safari on iPhone add this css
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment