Skip to content

Instantly share code, notes, and snippets.

@ridinghoodmedia
Created July 31, 2018 16:26
Show Gist options
  • Save ridinghoodmedia/8156cff93c72604b689f9ec287c07f07 to your computer and use it in GitHub Desktop.
Save ridinghoodmedia/8156cff93c72604b689f9ec287c07f07 to your computer and use it in GitHub Desktop.
Default stylesheet
/* Prevent ios auto zooming select */
@media (max-width: 767px) {
select {
font-size: 16px;
}
select:focus {
font-size: 16px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"] {
font-size: 16px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment