mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-27 16:40:50 +08:00
fix: 页面使用最外层滚动
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user