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 {
display: flex;
flex-direction: column;
user-select: none;
}
.Game-keyboard-row {

View file

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