Skip to content

Commit

Permalink
Merge pull request #161 from mayinrain/branch-0.9.2
Browse files Browse the repository at this point in the history
fix display problem when content of modal is overflow
  • Loading branch information
Tangjiafeng authored Apr 24, 2023
2 parents d5c7967 + 0534494 commit a6c2f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ body {
max-width: 100%;
max-height: 100%;
overflow: initial;
overflow-y: scroll;
}
}
// 覆盖页面选择页样式
Expand Down

0 comments on commit a6c2f12

Please sign in to comment.