diff --git a/style/main.css b/style/main.css index d6b7ce01263815b3009331c9c55c5989e9046b91..409e7d6a7ba3464714143a6e14a2295960b282fc 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; @@ -560,6 +561,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 84e9021d641bc8c25bb3b21e4ace0fa5fad57d7b..4fa4e12a600034d74b366cd01179480af228f470 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;