Skip to content

Commit 96a4c9c

Browse files
committed
refactor: set overflow hidden for editor
1 parent 4da8df3 commit 96a4c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/APISettingParams/req_params.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const tabClass = css`
8989
left: 0;
9090
right: 0;
9191
bottom: 0;
92-
overflow: auto;
92+
overflow: hidden;
9393
}
9494
.keyValue {
9595
margin: ${padding}px;

0 commit comments

Comments
 (0)