Fix emoji picker button scrolling with textarea content in single-column view (#25304)
This commit is contained in:
parent
317cd26fba
commit
bbea052935
2 changed files with 2 additions and 2 deletions
|
@ -280,13 +280,12 @@ class ComposeForm extends ImmutablePureComponent {
|
|||
autoFocus={autoFocus}
|
||||
lang={this.props.lang}
|
||||
>
|
||||
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} />
|
||||
|
||||
<div className='compose-form__modifiers'>
|
||||
<UploadFormContainer />
|
||||
<PollFormContainer />
|
||||
</div>
|
||||
</AutosuggestTextarea>
|
||||
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} />
|
||||
|
||||
<div className='compose-form__buttons-wrapper'>
|
||||
<div className='compose-form__buttons'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue