diff --git a/src/index.css b/src/index.css index a452ccb..e154c45 100644 --- a/src/index.css +++ b/src/index.css @@ -65,6 +65,8 @@ } body { @apply bg-background text-foreground; + -webkit-user-select: none; + user-select: none; } }