💄 修正容器高度溢出

This commit is contained in:
BTMuli
2026-01-02 22:31:25 +08:00
parent a3c6232e9c
commit 27d1083181

View File

@@ -470,8 +470,9 @@ async function tryReadCombat(): Promise<void> {
}
.uc-box {
position: relative;
display: flex;
height: calc(100vh - 96px);
height: calc(100vh - 144px);
align-items: flex-start;
justify-content: center;
border: 1px solid var(--common-shadow-2);