Skip to content

Commit

Permalink
fix: bugfix for wallet setting ui (#10599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 committed Aug 23, 2023
1 parent 95d6edc commit 9e5ffc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const useStyles = makeStyles()((theme) => ({
},
list: {
padding: '12px 16px 0px 16px',
minHeight: 400,
height: 400,
overflow: 'auto',
'::-webkit-scrollbar': {
display: 'none',
Expand Down

0 comments on commit 9e5ffc1

Please sign in to comment.