diff --git a/src/index.css b/src/index.css index f8af7b1..a62ce7f 100644 --- a/src/index.css +++ b/src/index.css @@ -2,6 +2,11 @@ box-sizing: border-box; } +html { + touch-action: pan-x pan-y; + -ms-touch-action: pan-x pan-y; +} + :root { font-family: "Inter", @@ -29,6 +34,15 @@ body { margin: 0; min-width: 320px; min-height: 100vh; + touch-action: pan-x pan-y; + -webkit-text-size-adjust: 100%; +} + +/* Prevent iOS zoom on input focus */ +input, +textarea, +select { + font-size: 16px !important; } a {