user-select: none on keyboard

This commit is contained in:
Lynn
2022-01-01 22:47:44 +01:00
parent 6f94cb936a
commit a858620167
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ body {
.Game-keyboard { .Game-keyboard {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
user-select: none;
} }
.Game-keyboard-row { .Game-keyboard-row {

View File

@@ -14,4 +14,5 @@ export const names: Set<string> = new Set([
"roger", "roger",
"sally", "sally",
"texas", "texas",
"willy",
]); ]);