Skip to content

Commit 878098f

Browse files
apply changes from gabrielecirulli#43
1 parent b08fa8d commit 878098f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

style/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ hr {
148148
-moz-user-select: none;
149149
-ms-user-select: none;
150150
-ms-touch-action: none;
151+
touch-action: none;
151152
background: #bbada0;
152153
border-radius: 6px;
153154
width: 500px;
@@ -549,6 +550,7 @@ hr {
549550
-moz-user-select: none;
550551
-ms-user-select: none;
551552
-ms-touch-action: none;
553+
touch-action: none;
552554
background: #bbada0;
553555
border-radius: 6px;
554556
width: 280px;

style/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ hr {
183183
-ms-user-select: none;
184184

185185
-ms-touch-action: none;
186+
touch-action: none;
186187

187188
background: $game-container-background;
188189
border-radius: $tile-border-radius * 2;

0 commit comments

Comments
 (0)