diff --git a/style/main.css b/style/main.css index ac50bc764f..0f2d37754a 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 29478c4b38..cce393fa78 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;