Skip to content

Commit

Permalink
🐛 Prevent control focus rubber band drawing round the negative margin…
Browse files Browse the repository at this point in the history
… outsize the dropzone caused by MUI Grid container spacing
  • Loading branch information
max-carroll committed May 5, 2020
1 parent be31b59 commit b60e179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DropzoneArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const styles = {
borderColor: '#C8C8C8',
cursor: 'pointer',
boxSizing: 'border-box',
overflow: 'hidden',
},
stripes: {
border: 'solid',
Expand Down

0 comments on commit b60e179

Please sign in to comment.