summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/desktop/src/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/desktop/src/index.css b/packages/desktop/src/index.css
index e40f0842b..5481cb604 100644
--- a/packages/desktop/src/index.css
+++ b/packages/desktop/src/index.css
@@ -1,6 +1,11 @@
@import "@opencode-ai/ui/styles/tailwind";
:root {
+ html,
+ body {
+ touch-action: manipulation;
+ }
+
a {
cursor: default;
}