disable user-select

This commit is contained in:
Siddharth
2025-12-10 21:30:25 -07:00
parent 58b5ea0f9b
commit 250fc5d221
+2
View File
@@ -65,6 +65,8 @@
}
body {
@apply bg-background text-foreground;
-webkit-user-select: none;
user-select: none;
}
}