Skip to content

Commit 2042e49

Browse files
authored
Merge pull request #14 from Terrible-creeper/main
禁用選取功能
2 parents c307df5 + 7e3d79c commit 2042e49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
margin: 0;
44
-webkit-box-sizing: border-box;
55
box-sizing: border-box;
6+
user-select: none;
67
}
78

89
.html{
@@ -225,4 +226,4 @@
225226
opacity: 1;
226227
}
227228
}
228-
229+

0 commit comments

Comments
 (0)