Skip to content

Commit

Permalink
refactor: set overflow hidden for editor
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 21, 2024
1 parent 4da8df3 commit 96a4c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/APISettingParams/req_params.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const tabClass = css`
left: 0;
right: 0;
bottom: 0;
overflow: auto;
overflow: hidden;
}
.keyValue {
margin: ${padding}px;
Expand Down

0 comments on commit 96a4c9c

Please sign in to comment.