summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAnthony Wang2024-01-29 22:22:58 +0000
committerAnthony Wang2024-04-13 04:32:13 +0000
commit389eeeb48d5bc1ca6eb04517152b60450e7705b5 (patch)
tree9b2c7111cad4f0440707f38013a02919973a7a59 /style.css
parentab39b82693833be59dc9b9251ebad91db6707727 (diff)
Limit velocity change from click, add position: fixed so this finally works on mobile
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 72f1fa4..dc17f93 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,5 @@
body {
+ position: fixed;
overflow: hidden;
touch-action: none;
}