Sidebar editing toggle and only scroll atlas content

This commit is contained in:
Jori Lallo
2016-08-11 13:32:56 +02:00
parent 41505039b2
commit eb156e3069
15 changed files with 167 additions and 85 deletions

View File

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