Skip to content

Commit

Permalink
fix(Modal): default zIndex to 1050
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Feb 27, 2017
1 parent 4945d2d commit 5504f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modal.js
Expand Up @@ -39,7 +39,7 @@ const defaultProps = {
isOpen: false,
backdrop: true,
keyboard: true,
zIndex: 1000,
zIndex: 1050,
};

class Modal extends React.Component {
Expand Down

0 comments on commit 5504f60

Please sign in to comment.