Skip to content

Commit

Permalink
fix scroll issue (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshayy committed Jul 11, 2017
1 parent 6566e29 commit 52fc6f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ export default compose(
</ul>
</li>
</ul>
<div style={{ display: 'flex', flexGrow: 1 }} key="Page">
<div style={{ display: 'flex', flexGrow: 1, overflowY: "auto" }} key="Page">
{children}
</div>
</div>
Expand Down

0 comments on commit 52fc6f1

Please sign in to comment.