diff options
author | Anthony Wang | 2024-01-29 22:09:50 +0000 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:13 +0000 |
commit | ab39b82693833be59dc9b9251ebad91db6707727 (patch) | |
tree | 2125d11a1a5a3f25807fc1157daf802be9dfcef0 | |
parent | 178b73465b54141ec99e96f589a928b089252a88 (diff) |
Disable all touch gestures (still doesn't work on mobile though)
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ body { overflow: hidden; - touch-action: manipulation; + touch-action: none; } @keyframes color { |