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 <noreply@anthropic.com>
This commit is contained in:
Nathan Schneider
2026-03-20 14:31:43 -06:00
parent 4589fba64e
commit 50b7821596

View File

@@ -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;
}