Skip to content

Commit 5a97c6f

Browse files
committed
fix: avoid zoom in on ios
1 parent 45c2ab6 commit 5a97c6f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/assets/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,14 @@ input[type='search'] {
525525
appearance: none;
526526
}
527527

528+
@media screen and (max-width: 767px) {
529+
input,
530+
select,
531+
textarea {
532+
font-size: 16px !important;
533+
}
534+
}
535+
528536
input[type='search']::-webkit-search-decoration,
529537
input[type='search']::-webkit-search-cancel-button,
530538
input[type='search']::-webkit-search-results-button,

0 commit comments

Comments
 (0)