user-select: none on keyboard
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -14,4 +14,5 @@ export const names: Set<string> = new Set([
|
|||||||
"roger",
|
"roger",
|
||||||
"sally",
|
"sally",
|
||||||
"texas",
|
"texas",
|
||||||
|
"willy",
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user