Skip to content

Commit f3493ae

Browse files
authored
🐛 修复tools页面滚动条问题 (#201)
1 parent 3e4c65d commit f3493ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/options/routes/Tools.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ function Tools() {
4343
direction="vertical"
4444
style={{
4545
width: "100%",
46+
height: "100%",
47+
overflow: "auto",
48+
position: "relative",
4649
}}
4750
>
4851
<Card title="备份" bordered={false}>

0 commit comments

Comments
 (0)