fix(desktop): disable pinch to zoom

This commit is contained in:
Adam
2025-12-18 04:28:03 -06:00
committed by Aiden Cline
parent 1ece7ebe50
commit d34464593c

View File

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