Created
April 22, 2019 09:09
-
-
Save igodorogea/f308cfadf4efc5bfa32dab79a98f495d to your computer and use it in GitHub Desktop.
Prevent zoom on iOS Safari on input focus(Bootstrap)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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