Skip to content

Commit

Permalink
Preventing user select in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyboer committed Sep 22, 2021
1 parent d0c6988 commit 69529a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
html, body {
height: 100%;
user-select: none;
}

body {
Expand Down

0 comments on commit 69529a6

Please sign in to comment.