Merge pull request #22 from jasonals/patch-1

Remove scrollbar when hidden.
This commit is contained in:
Dan Abramov 2015-07-21 20:33:31 +03:00
commit 69158ec338

View File

@ -13,7 +13,7 @@ export function getDefaultStyle(props) {
position: 'fixed',
zIndex: 999,
fontSize: 17,
overflow: 'scroll',
overflow: 'auto',
opacity: 0.92,
background: 'black',
color: 'white',