Skip to content

Commit

Permalink
fix: overflow of modal
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
  • Loading branch information
james-union committed Mar 14, 2023
1 parent f261c0b commit 0e78c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/AppInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const useStyles = makeStyles((theme: Theme) => ({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
overflowY: 'initial',
},
dialog: {
width: `${INFO_WINDOW_WIDTH}px`,
Expand Down

0 comments on commit 0e78c80

Please sign in to comment.