Merge pull request #46 from sapegin/patch-1

Increase z-index
This commit is contained in:
Dan Abramov 2015-08-10 20:37:11 +03:00
commit c4604e7b91

View File

@ -11,7 +11,7 @@ export function getDefaultStyle(props) {
return {
position: 'fixed',
zIndex: 999,
zIndex: 10000,
fontSize: 17,
overflow: 'auto',
opacity: 0.92,