From cff2a9d3c4ee1913c9e4ad9b2f789a4ae17c1cbf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 14 Jan 2019 22:18:21 -0500 Subject: [PATCH] Fixed tapping rapidly causing zoom --- gorge.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gorge.css b/gorge.css index 39be323..64e7cf5 100644 --- a/gorge.css +++ b/gorge.css @@ -2,6 +2,7 @@ body { font-family: Sans-Serif; user-select: none; -moz-user-select: none; + touch-action: manipulation; } body.dark {