Skip to content

Commit 220a90d

Browse files
Add user-select: none to all pages
Added `user-select: none` to all pages to prevent text selection.
1 parent 8094f0e commit 220a90d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
* {
88
box-sizing: border-box;
9+
user-select: none;
10+
-webkit-user-select: none;
11+
-moz-user-select: none;
12+
-ms-user-select: none;
913
}
1014

1115
html {

0 commit comments

Comments
 (0)