mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 fix incorrect scroll
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user