Skip to content

Commit

Permalink
fix: Make SSH key dropdown scroll with modal
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and mohanarpit committed Jan 10, 2025
1 parent 3d97706 commit 40cdbf4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,12 @@ function AddDeployKey({
Now, give write access to it.
</WellText>
<FieldContainer>
<StyledSelect onChange={setKeyType} size="sm" value={keyType}>
<StyledSelect
getPopupContainer={(triggerNode) => triggerNode.parentNode}
onChange={setKeyType}
size="sm"
value={keyType}
>
<Option value="ECDSA">ECDSA 256</Option>
<Option value="RSA">RSA 4096</Option>
</StyledSelect>
Expand Down

0 comments on commit 40cdbf4

Please sign in to comment.