Skip to content

Commit

Permalink
Schedules | Finder Tool - prevent iOS zoom on select elements (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
meagonqz authored Sep 10, 2019
1 parent b793df9 commit 44212dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/site/assets/css/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ ol a {
font-weight: $font-weight-medium;
}

input {
input,
select {
// prevents page from zooming when user taps on input on mobile
// https://techstacker.com/html-disable-auto-zoom-input-element-ios/rexPaNAgaJG7xRYRk
@include media-breakpoint-down(sm) {
Expand Down

0 comments on commit 44212dd

Please sign in to comment.