Browse Source

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

Make the compose area optionally scrollable
closed-social-glitch-2
beatrix 7 years ago
committed by GitHub
parent
commit
f5e2469485
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/features/compose/index.js

+ 1
- 1
app/javascript/mastodon/features/compose/index.js 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>

Loading…
Cancel
Save