diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 22:59:39 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 22:59:39 +0200 |
| commit | 41b9d5840ddb6b484fc9f309a95d80f62832cfeb (patch) | |
| tree | 710ef3e016a0a8ff23f39247561587c5806581f8 /web/src/index.css | |
| parent | 74592676444cdb9bdc2fef5dc8c483667b557a5e (diff) | |
feat(web): editing cells
Diffstat (limited to 'web/src/index.css')
| -rw-r--r-- | web/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
