fix(desktop): disable pinch to zoom

This commit is contained in:
Adam
2025-12-18 04:28:03 -06:00
parent 12c46bbcca
commit 8a30dd704a
+5
View File
@@ -1,6 +1,11 @@
@import "@opencode-ai/ui/styles/tailwind";
:root {
html,
body {
touch-action: manipulation;
}
a {
cursor: default;
}