From 7677d593467e7cc29cf10f28301152776c027bd2 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 28 Jun 2022 22:24:55 +1000 Subject: Use double-taps on mobile --- src/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 6569d31..c3e9ac7 100644 --- a/src/index.css +++ b/src/index.css @@ -8,6 +8,7 @@ } body { font-family: Ubuntu, system-ui, sans-serif; + touch-action: manipulation; /* Prevents non-standard gestures such as double-tap to zoom */ } /* For transitions/animations */ -- cgit v1.2.3