From e463d93ed32b459b0dc81eb6e7fd130721b0fa1e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 2 Apr 2024 14:08:42 -0500 Subject: [PATCH] don't allow rando text selection --- src/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/root.css b/src/root.css index 0b25d106..2d75e6d6 100644 --- a/src/root.css +++ b/src/root.css @@ -4,6 +4,7 @@ * { touch-action: manipulation; + user-select: none; } html {