ソースを参照

fix(desktop): disable pinch to zoom

Adam 8 ヶ月 前
コミット
d34464593c
1 ファイル変更5 行追加0 行削除
  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";
 
 :root {
+  html,
+  body {
+    touch-action: manipulation;
+  }
+
   a {
     cursor: default;
   }