fix: 禁止浏览器的默认游标行为

This commit is contained in:
pixelmaxQM
2025-04-07 12:17:38 +08:00
parent 9806f72ca6
commit d747edc1f3

View File

@@ -11,6 +11,7 @@ html {
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
user-select: none; // 禁止浏览器的游标行为
}
/* Sections