Skip to content

Commit

Permalink
Disallow text-selection by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Sep 13, 2024
1 parent 5725cec commit 44dae6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ html {
width: 100%;
/* Prevent rubber-band effect when scrolling via touchpad on macOS. */
overscroll-behavior: none;
cursor: default;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}

body {
Expand Down

0 comments on commit 44dae6b

Please sign in to comment.