Skip to content

Instantly share code, notes, and snippets.

@igodorogea
Created April 22, 2019 09:09
Show Gist options
  • Save igodorogea/f308cfadf4efc5bfa32dab79a98f495d to your computer and use it in GitHub Desktop.
Save igodorogea/f308cfadf4efc5bfa32dab79a98f495d to your computer and use it in GitHub Desktop.
Prevent zoom on iOS Safari on input focus(Bootstrap)
@supports (-webkit-overflow-scrolling: touch) {
.form-control {
font-size: initial;
line-height: 1.125;
height: calc(1.125em + 0.75rem + 6px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment