This commit is contained in:
eric
2026-04-02 05:46:52 -05:00
parent 180e81e090
commit 05610e48b8

View File

@@ -4,6 +4,9 @@
min-height: 100vh;
background: var(--background);
color: var(--foreground);
/* 防止 landingScene 负边距/扩展背景在微信 WebView 产生横向露白 */
overflow-x: hidden;
overflow-x: clip;
}
.header {