From 7b65f383f18a1cf66bb143e4e28064e3f6f2b682 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Sat, 14 Oct 2023 15:14:15 -0600 Subject: [PATCH] Remove the pitch-to-zoom on the keyboard in iOS --- static/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/styles.css b/static/css/styles.css index 0329558..3d609b8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -97,6 +97,7 @@ main { width: auto; height: 60px; border: 2px solid lightgray; + touch-action: manipulation; } .keyboard > button.key-big {