From 71e92a7e764319786f95f84e225088926b2b8cea Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 18 Dec 2025 04:43:33 -0600 Subject: [PATCH] chore: cleanup --- packages/desktop/src/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/desktop/src/index.css b/packages/desktop/src/index.css index 5481cb604a..e40f0842b1 100644 --- a/packages/desktop/src/index.css +++ b/packages/desktop/src/index.css @@ -1,11 +1,6 @@ @import "@opencode-ai/ui/styles/tailwind"; :root { - html, - body { - touch-action: manipulation; - } - a { cursor: default; }