Do not scroll in the compose panel on single-column

This commit is contained in:
Thibaut Girka
2019-06-16 16:02:26 +02:00
committed by ThibG
parent a29ab6f1bd
commit d3aaacb6d4
2 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ const ComposePanel = () => (
<div className='compose-panel'>
<SearchContainer openInRoute />
<NavigationContainer />
<ComposeFormContainer />
<ComposeFormContainer singleColumn />
<LinkFooter withHotkeys />
</div>
);