From ab39b82693833be59dc9b9251ebad91db6707727 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 29 Jan 2024 22:09:50 +0000 Subject: Disable all touch gestures (still doesn't work on mobile though) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9a53629..72f1fa4 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { overflow: hidden; - touch-action: manipulation; + touch-action: none; } @keyframes color { -- cgit v1.2.3-70-g09d2