💄 fix incorrect scroll

This commit is contained in:
目棃
2025-01-17 09:57:57 +08:00
parent c8db77f32d
commit 59b601a620

View File

@@ -390,7 +390,7 @@ async function deleteAbyss(): Promise<void> {
.ua-box { .ua-box {
display: flex; display: flex;
height: calc(100vh - 100px); height: calc(100vh - 150px);
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: center;
border: 1px solid var(--common-shadow-4); border: 1px solid var(--common-shadow-4);