fix(desktop): disable pinch to zoom

thinking-toggle-wip
Adam 2025-12-18 04:28:03 -06:00 committed by Aiden Cline
parent 1ece7ebe50
commit d34464593c
1 changed files with 5 additions and 0 deletions

View File

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