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