fix(desktop): disable pinch to zoom

pull/5723/merge
Adam 2025-12-18 04:28:03 -06:00
parent e37a75a411
commit fe65ed6a61
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
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;
}