修复 Chrome 意外的滚动条
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-01 23:05:35 +08:00
parent 14c30a2a30
commit b1e1f05886

View File

@ -674,7 +674,7 @@ try {
max-width: 50rem; max-width: 50rem;
max-height: 30rem; max-height: 30rem;
padding-block: 3rem; padding-block: 3rem;
overflow-y: scroll; overflow-y: auto;
margin-inline: 1rem; margin-inline: 1rem;
background-color: rgb(from var(--color-bg-0) r g b / .3); background-color: rgb(from var(--color-bg-0) r g b / .3);
border-radius: 2rem; border-radius: 2rem;