fix: 彻底消除滚动闪白 — 全面清除残留白色背景
All checks were successful
continuous-integration/drone/push Build is passing

- html 元素加 background-color: #0A0C16(防弹性滚动露白)
- common.css: nav-item-box、input-search、select-box 背景改深色
- theme.css: .box-shadow/.box-shadow-light 背景改深色
- 共修复 6 处白色背景残留
This commit is contained in:
yiqiu
2026-03-18 18:16:47 +08:00
parent fcd7eff3e8
commit 40a5364c17
3 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
html {
overflow-x: auto;
overflow-y: scroll;
background-color: #0A0C16;
}
body,