From 41b9d5840ddb6b484fc9f309a95d80f62832cfeb Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 26 Oct 2025 22:59:39 +0200 Subject: feat(web): editing cells --- web/src/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/src/index.css') diff --git a/web/src/index.css b/web/src/index.css index bd5ebf3..f100378 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -2,6 +2,7 @@ body { background: var(--color-neutral-800); + user-select: none; } *:focus-visible { -- cgit v1.2.3