diff --git a/style/main.css b/style/main.css index ac50bc764fd042e342a851f0a5e61e80d6b99318..0f2d37754a1401ed94a9abb09dfa16b660e783ec 100644 --- a/style/main.css +++ b/style/main.css @@ -148,6 +148,7 @@ hr { -moz-user-select: none; -ms-user-select: none; -ms-touch-action: none; + touch-action: none; background: #bbada0; border-radius: 6px; width: 500px; @@ -549,6 +550,7 @@ hr { -moz-user-select: none; -ms-user-select: none; -ms-touch-action: none; + touch-action: none; background: #bbada0; border-radius: 6px; width: 280px; diff --git a/style/main.scss b/style/main.scss index 29478c4b38f6f505b3432bfe88977094d828286d..cce393fa78f4a0f10d7ee4681d16477d8a28026d 100644 --- a/style/main.scss +++ b/style/main.scss @@ -183,6 +183,7 @@ hr { -ms-user-select: none; -ms-touch-action: none; + touch-action: none; background: $game-container-background; border-radius: $tile-border-radius * 2;