Skip to content

Commit

Permalink
fix: #26
Browse files Browse the repository at this point in the history
  • Loading branch information
chvin committed Mar 2, 2019
1 parent 6e3ea76 commit af93e01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/containers/index.less
Expand Up @@ -36,6 +36,11 @@ body{
box-sizing: border-box;
margin: 0;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}


Expand Down

0 comments on commit af93e01

Please sign in to comment.