Fix Help Center changelog toast overflows viewport (#4469)

This commit is contained in:
Rizumu Ayaka
2025-07-18 08:13:01 +08:00
committed by GitHub
parent 927773f553
commit 11eff4981f

View File

@@ -217,7 +217,8 @@ defineExpose({
display: flex;
flex-direction: column;
gap: 24px;
overflow: hidden;
max-height: 80vh;
overflow-y: auto;
padding: 32px 32px 24px;
border-radius: 12px;
}