fix: 页面使用最外层滚动

This commit is contained in:
Tim
2025-08-05 18:35:51 +08:00
parent 7292834700
commit 05e28123ed
3 changed files with 3 additions and 9 deletions

View File

@@ -662,12 +662,9 @@ export default {
}
.post-page-main-container {
overflow-y: auto;
scrollbar-width: none;
padding: 20px;
height: calc(100% - 40px);
width: calc(85% - 40px);
padding-top: 20px;
}
.post-page-scroller-container {