fix: 下拉框触底会展开页面

This commit is contained in:
tim
2025-07-14 16:06:42 +08:00
parent db50e122d4
commit b9a79b5e23

View File

@@ -209,6 +209,7 @@ export default {
height: calc(100vh - var(--header-height));
padding-right: 20px;
padding-left: 20px;
overflow-y: auto;
}
.new-post-form {