From 7bc47fb9043fc7c8b4b013355f85fad63df8680b 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 5481cb604..e40f0842b 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; }