Skip to content

Commit

Permalink
Update stylings.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Nov 8, 2015
1 parent ac36450 commit b15d795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ html, body, canvas {
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
Expand All @@ -29,6 +28,8 @@ html, body, canvas {
.menu {
width: 50%;
margin: 0 auto;
-webkit-user-select: all;
user-select: all;
}
.hidden {
display: none;
Expand Down

0 comments on commit b15d795

Please sign in to comment.