mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
💄 修正容器高度溢出
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user