Skip to content

Commit

Permalink
Set 'z-index: 1000' for modal overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 20, 2017
1 parent cba1510 commit 344614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModalOverlay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const customStyles = {
left: 0,
right: 0,
backgroundColor: 'rgba(51, 51, 51, .55)',
zIndex: 100
zIndex: 1000
},
content: {
boxShadow: '0 4px 16px rgba(0, 0, 0, .5)',
Expand Down

0 comments on commit 344614a

Please sign in to comment.