Merge pull request #189 from glitch-soc/scrollable-compose-area

Make the compose area optionally scrollable
lolsob-rspec
beatrix 2017-10-19 12:28:47 -04:00 committed by GitHub
commit e085775f60
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export default class Compose extends React.PureComponent {
<SearchContainer />
<div className='drawer__pager'>
<div className='drawer__inner' onFocus={this.onFocus}>
<div className='drawer__inner scrollable optionally-scrollable' onFocus={this.onFocus}>
<NavigationContainer onClose={this.onBlur} />
<ComposeFormContainer />
</div>