Remove scrollbar when hidden.

This commit is contained in:
Jason Als 2015-07-21 09:14:10 -04:00
parent b676d446f8
commit a837af8e7a

View File

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