fix
自动部署 / deploy (push) Successful in 3m49s

This commit is contained in:
2026-07-17 09:46:48 +08:00 Unverified
parent 769c8b4a7b
commit 336dcc7670
+6
View File
@@ -33,6 +33,12 @@
box-sizing: border-box; box-sizing: border-box;
} }
html {
max-width: 100%;
overflow-x: hidden;
overflow-x: clip;
}
body { body {
margin: 0; margin: 0;
color: var(--text); color: var(--text);