Skip to content

Commit

Permalink
[Glitch] Fix emoji picker button scrolling with textarea content in s…
Browse files Browse the repository at this point in the history
…ingle-column view (mastodon#2501)

Port bbea052 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire authored Dec 4, 2023
1 parent a46b6af commit 9fcf5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@ class ComposeForm extends ImmutablePureComponent {
autoFocus={!showSearch && !isMobile(window.innerWidth, layout)}
lang={this.props.lang}
>
<EmojiPickerDropdown onPickEmoji={handleEmojiPick} />
<TextareaIcons advancedOptions={advancedOptions} />
<div className='compose-form__modifiers'>
<UploadFormContainer />
<PollFormContainer />
</div>
</AutosuggestTextarea>
<EmojiPickerDropdown onPickEmoji={handleEmojiPick} />

<div className='compose-form__buttons-wrapper'>
<OptionsContainer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ $ui-header-height: 55px;
border-radius: 4px;
transition: box-shadow 300ms linear;
min-height: 0;
position: relative;

&.active {
transition: none;
Expand Down

0 comments on commit 9fcf5d4

Please sign in to comment.