Browse Source

fix(desktop): disable pinch to zoom

Adam 2 months ago
parent
commit
fe65ed6a61
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/desktop/src/index.css

+ 5 - 0
packages/desktop/src/index.css

@@ -1,6 +1,11 @@
 @import "@opencode-ai/ui/styles/tailwind";
 @import "@opencode-ai/ui/styles/tailwind";
 
 
 :root {
 :root {
+  html,
+  body {
+    touch-action: manipulation;
+  }
+
   a {
   a {
     cursor: default;
     cursor: default;
   }
   }