fix(desktop): disable pinch to zoom

This commit is contained in:
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

View file

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