Skip to content

Instantly share code, notes, and snippets.

@AlekseyDevksh
Created March 17, 2017 10:56
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 AlekseyDevksh/c1e3c6d01bf796a1f7047441927c437c to your computer and use it in GitHub Desktop.
Save AlekseyDevksh/c1e3c6d01bf796a1f7047441927c437c to your computer and use it in GitHub Desktop.
Hacks for webkit
/* Prevent font scaling in landscape while allowing user zoom */
-webkit-text-size-adjust: 100%;
/* Remove tap highlight */
input,
textarea,
button,
select,
label,
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment