Skip to content

Commit

Permalink
fix(input): Avoid zoom on iOS mobile app when tap on input elements
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi committed Dec 20, 2024
1 parent ae2109c commit 48da92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/elements/Input/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
.input {
background-color: transparent;
touch-action: manipulation;
border: none;
flex: 1;
width: 100%;
Expand Down

0 comments on commit 48da92d

Please sign in to comment.