fix: 禁止浏览器的默认游标行为
This commit is contained in:
parent
9806f72ca6
commit
d747edc1f3
|
|
@ -11,6 +11,7 @@ html {
|
|||
/* 1 */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
user-select: none; // 禁止浏览器的游标行为
|
||||
}
|
||||
|
||||
/* Sections
|
||||
|
|
|
|||
Loading…
Reference in New Issue