mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-15 00:56:10 +00:00
feat: 设置为外层滚动
This commit is contained in:
@@ -73,9 +73,8 @@ export default {
|
||||
.activity-list-page {
|
||||
background-color: var(--background-color);
|
||||
padding: 20px;
|
||||
height: calc(100vh - var(--header-height) - 40px);
|
||||
height: calc(100% - 40px);
|
||||
overflow-y: auto;
|
||||
padding-top: calc(var(--header-height) + 20px);
|
||||
}
|
||||
|
||||
.activity-list-page-card {
|
||||
|
||||
Reference in New Issue
Block a user