diff --git a/packages/desktop/src/index.css b/packages/desktop/src/index.css index e40f0842b..5481cb604 100644 --- a/packages/desktop/src/index.css +++ b/packages/desktop/src/index.css @@ -1,6 +1,11 @@ @import "@opencode-ai/ui/styles/tailwind"; :root { + html, + body { + touch-action: manipulation; + } + a { cursor: default; }