diff options
Diffstat (limited to 'packages/desktop/src')
| -rw-r--r-- | packages/desktop/src/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |
