Skip to content

Commit

Permalink
fix: Fix incorrect scroll limit in injection (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored Apr 9, 2024
1 parent e797873 commit 1ecd847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const ApproveTransactionWrapper = styled.div<{ isErrorNetworkFee: boolean
${mixins.flex({ justify: 'flex-start' })};
width: 100%;
padding: 0 20px;
margin-bottom: 96px;
padding-bottom: 96px;
align-self: center;
.row {
Expand Down

0 comments on commit 1ecd847

Please sign in to comment.