Skip to content

Commit

Permalink
Increase bottom drawer bottom margin on mobile
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
4ian committed Dec 22, 2024
1 parent a221990 commit 22c7215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/UI/Menu/ContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const MaterialUIContextMenu = React.forwardRef<
style: {
animation: 'swipe-up-ending 0.2s ease-out',
paddingTop: 4,
paddingBottom: 8,
paddingBottom: 18,
maxWidth: 600,
margin: 'auto',
maxHeight: '80vh',
Expand Down

0 comments on commit 22c7215

Please sign in to comment.