Skip to content

Commit

Permalink
disable highlighting of non input text
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Oct 26, 2023
1 parent 24c58d4 commit 74b0dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@
body {
@apply bg-background text-foreground;
}
}

html, body {
user-select: none;
}

0 comments on commit 74b0dcb

Please sign in to comment.