Update main.scss
Added IE specific user select none, to prevent text selection on IE swiping.
This commit is contained in:
@@ -179,6 +179,7 @@ hr {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
||||
background: $game-container-background;
|
||||
border-radius: $tile-border-radius * 2;
|
||||
|
||||
Reference in New Issue
Block a user