Skip to content

Commit

Permalink
fix z-index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap committed Nov 5, 2019
1 parent 1ee4401 commit f78b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessageInputLarge.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class MessageInputLarge extends PureComponent {
render() {
const SendButton = this.props.SendButton;
return (
<div style={{ position: 'relative', zIndex: 100, width: '100%' }}>
<div style={{ position: 'relative', zIndex: 0, width: '100%' }}>
<ImageDropzone
accept={this.props.acceptedFiles}
multiple={this.props.multipleUploads}
Expand Down

0 comments on commit f78b0bf

Please sign in to comment.