From 12feed96e90bf08c758ef38a1ff98bd036da63f2 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Sat, 12 Jul 2025 16:42:03 +0200 Subject: [PATCH] fix: disable text select --- src/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app.css b/src/app.css index a86c839..ca6eddc 100644 --- a/src/app.css +++ b/src/app.css @@ -150,6 +150,12 @@ @layer base { * { @apply border-border outline-ring/50; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } body { @apply bg-background text-foreground;