From 74b0dcb3ec1622174522c96229422e9ad4f7b2ce Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:45:52 -0500 Subject: [PATCH] disable highlighting of non input text --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index f1156b8..57d4194 100644 --- a/src/app.css +++ b/src/app.css @@ -75,4 +75,8 @@ body { @apply bg-background text-foreground; } +} + +html, body { + user-select: none; } \ No newline at end of file