Skip to content

Commit

Permalink
Bulletproof sloppy selects
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 4, 2014
1 parent 969b30e commit 2587f94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/mistakes.css
Expand Up @@ -20,6 +20,12 @@ body {
float:left;
position:relative;
width:50%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.right {
Expand Down

0 comments on commit 2587f94

Please sign in to comment.