diff --git a/game/pass/miss.html b/game/pass/miss.html index 3cd2d425f..9b9d340f7 100644 --- a/game/pass/miss.html +++ b/game/pass/miss.html @@ -69,6 +69,12 @@ + + \ No newline at end of file diff --git a/game/pass/pass.html b/game/pass/pass.html index 2c6d50db1..74fc51a9d 100644 --- a/game/pass/pass.html +++ b/game/pass/pass.html @@ -127,6 +127,9 @@ .PassBar { overflow-x: auto; } + * { + user-select: none; + }