feat: sticky 优化

This commit is contained in:
Tim
2025-08-06 17:23:19 +08:00
parent 597bc09c57
commit f5a3206f36
6 changed files with 6 additions and 12 deletions
-2
View File
@@ -261,10 +261,8 @@ export default {
display: flex;
justify-content: center;
background-color: var(--background-color);
height: 100%;
padding-right: 20px;
padding-left: 20px;
overflow-y: auto;
}
.new-post-form {