Просмотр исходного кода

fix(desktop): disable pinch to zoom

Adam 9 месяцев назад
Родитель
Сommit
fe65ed6a61
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;
   }