Skip to content

Commit bec6c6a

Browse files
committed
fix: prevent selections
1 parent f5b03cc commit bec6c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>SolidCord</title>
88
</head>
99

10-
<body class="font-sans">
10+
<body class="font-sans select-none">
1111
<noscript>You need to enable JavaScript to run this app.</noscript>
1212
<div id="root"></div>
1313

0 commit comments

Comments
 (0)