Skip to content

Commit

Permalink
🐛 修复tools页面滚动条问题 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamNya committed Jun 13, 2023
1 parent 3e4c65d commit f3493ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/options/routes/Tools.tsx
Expand Up @@ -43,6 +43,9 @@ function Tools() {
direction="vertical"
style={{
width: "100%",
height: "100%",
overflow: "auto",
position: "relative",
}}
>
<Card title="备份" bordered={false}>
Expand Down

0 comments on commit f3493ae

Please sign in to comment.