Skip to content

Commit

Permalink
Disable selection. Closes #203
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Oct 13, 2019
1 parent 801fa12 commit 62781dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
overflow: hidden;
}

* {
-webkit-user-select: none;
user-select: none;
}

html,
body,
Expand Down

0 comments on commit 62781dc

Please sign in to comment.