Skip to content

Commit

Permalink
Fix horizontal overflow of device previews
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Nov 19, 2024
1 parent d008922 commit 2fdda78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function useResizeCanvas( deviceType ) {
marginLeft: marginHorizontal,
marginRight: marginHorizontal,
height,
overflowY: 'auto',
maxWidth: '100%',
};
default:
return {
Expand Down

0 comments on commit 2fdda78

Please sign in to comment.