Skip to content

Commit

Permalink
chore: Tweak mobile touch settings
Browse files Browse the repository at this point in the history
Allows users to double-tap to zoom on anything other than inputs and
buttons.
  • Loading branch information
MysteryBlokHed committed Jan 3, 2025
1 parent 984d0e3 commit 0dc9554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-moz-osx-font-smoothing: grayscale;
}

html {
input, button {
touch-action: manipulation;
}

Expand Down

0 comments on commit 0dc9554

Please sign in to comment.