Skip to content

Commit

Permalink
Merge pull request #19 from rbgk/patch-1
Browse files Browse the repository at this point in the history
disable text selection
  • Loading branch information
tytremblay authored Feb 20, 2024
2 parents aaa1dd6 + 1680a36 commit 9813aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

body {
overscroll-behavior: contain;
user-select: none;
}

@font-face {
Expand Down

0 comments on commit 9813aca

Please sign in to comment.