Skip to content

Commit

Permalink
fix: chain names overflow menu on small resolutions
Browse files Browse the repository at this point in the history
fixes #2412
  • Loading branch information
Philip Paetz committed Aug 23, 2023
1 parent d65ffea commit c8f6647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/NetworkSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const NetworkSelector = (): ReactElement => {
sx: {
'& .MuiPaper-root': {
mt: 2,
overflow: 'auto',
},
},
}}
Expand Down

0 comments on commit c8f6647

Please sign in to comment.