Browse Source

fix(desktop): disable pinch to zoom

Adam 8 tháng trước cách đây
mục cha
commit
d34464593c
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;
   }