summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2024-01-29 22:09:50 +0000
committerAnthony Wang2024-04-13 04:32:13 +0000
commitab39b82693833be59dc9b9251ebad91db6707727 (patch)
tree2125d11a1a5a3f25807fc1157daf802be9dfcef0
parent178b73465b54141ec99e96f589a928b089252a88 (diff)
Disable all touch gestures (still doesn't work on mobile though)
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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 {