Skip to content

Commit

Permalink
Merge pull request #205 from BeyondWUXF/hotfix/BeyondWUXF/page_overflowY
Browse files Browse the repository at this point in the history
Hotfix/beyond wuxf/page overflow y
  • Loading branch information
ruanshudong authored Aug 25, 2023
2 parents 2399efe + 265f7e0 commit e93b1d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ If you contributed but cannot find your ID here, please submit PR and add your G
- ziyang314
- zouchengzhuo
- yifabao
- BeyondWUXF
2 changes: 1 addition & 1 deletion client/dist/static/js/index.1b46a0b8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/src/components/app/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default {
document.title = response.data.title || "";
});
document.body.style.overflow = "auto";
window.header = this;
},
};
Expand Down

0 comments on commit e93b1d8

Please sign in to comment.