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

@@ -175,7 +175,7 @@ class DocumentScene extends React.Component {
onNodeCollapse={ this.store.onNodeCollapse }
/>
) }
<Flex flex justify="center" className={ styles.content }>
<Flex auto justify="center" className={ styles.content }>
<CenteredContent>
{ this.store.updatingContent ? (
<AtlasPreviewLoading />