diff --git a/webapp/index.html b/webapp/index.html
index 82a6acc..855c19d 100644
--- a/webapp/index.html
+++ b/webapp/index.html
@@ -3,7 +3,7 @@
Write to Inkclip
-
+
diff --git a/webapp/src/app.css b/webapp/src/app.css
index d2ccf70..a3d9f43 100644
--- a/webapp/src/app.css
+++ b/webapp/src/app.css
@@ -122,8 +122,8 @@
@apply border-border outline-ring/50;
}
- body {
- @apply bg-background text-foreground;
+ :root {
+ @apply touch-pan-x touch-pan-y bg-background text-foreground;
}
::selection {