disabled higlight on text
mellobacon committed
Aug 25, 2022 at 12:44 UTC
9683c296e555b1d70170396d6107caadf102eaf5
1 file changed
+1
public/global.css
+1
@@ -11,6 +11,7 @@ body {
11
box-sizing: border-box;
12
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
13
overflow: hidden;
14
+ user-select: none;
15
}
16
17
a {