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 f6b1022 commit e1f4e28
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 e1f4e28

Please sign in to comment.