Increase z-index.

This commit is contained in:
Artem Sapegin 2015-08-10 17:49:53 +02:00
parent b15ae64c8e
commit e2625943fe

View File

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