Skip to content

Commit

Permalink
fix: disable text select (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam DeBeasi <[email protected]>
  • Loading branch information
liamdebeasi and liamdebeasi authored Nov 12, 2023
1 parent 7d1cae8 commit 2f91050
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
*/
position: fixed;
width: 100%;

/**
* Disables text selection
* for a more app-like experience.
*/
user-select: none;
-webkit-user-select: none;
}

body {
Expand Down

0 comments on commit 2f91050

Please sign in to comment.