From 50b78215965ad4e07f8b48b1d55250294b7e2681 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 20 Mar 2026 14:31:43 -0600 Subject: [PATCH] Allow text selection in the interface Remove user-select: none from body, keeping it only on interactive elements (buttons, sliders, tooltips) where it prevents accidental selection during interaction. Co-Authored-By: Claude Sonnet 4.6 --- bicorder-app/src/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/bicorder-app/src/app.css b/bicorder-app/src/app.css index df50f9e..7ddbd05 100644 --- a/bicorder-app/src/app.css +++ b/bicorder-app/src/app.css @@ -45,7 +45,6 @@ body { color: var(--fg-color); min-height: 100vh; touch-action: manipulation; - user-select: none; -webkit-tap-highlight-color: transparent; font-size: 16px; }