Skip to content

Commit 156ef6e

Browse files
Merge pull request gabrielecirulli#96 from jimminning/patch-3
Update main.scss for -ms-user-select (IE)
2 parents 3cfdcca + 17f0f57 commit 156ef6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ hr {
178178
-webkit-touch-callout: none;
179179
-webkit-user-select: none;
180180
-moz-user-select: none;
181+
-ms-user-select: none;
181182

182183
background: $game-container-background;
183184
border-radius: $tile-border-radius * 2;

0 commit comments

Comments
 (0)