Tweaks to atlas menu icon

This commit is contained in:
Jori Lallo
2016-07-17 17:30:03 -07:00
parent 4d81bf0fa2
commit 4628ce073e
3 changed files with 38 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ function requireAuth(nextState, replace) {
}
render((
<div style={{ display: 'flex', flex: 1, }}>
<div style={{ display: 'flex', flex: 1, minHeight: '100%', }}>
<Provider { ...stores }>
<Router history={History}>
<Route path="/" component={ Application }>