[Glitch] Fix autocomplete suggestions being cut off in compose form

Port 6833732852 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2023-06-06 11:05:25 +02:00
parent 6269a5336f
commit ee58f680e8
3 changed files with 14 additions and 15 deletions

View file

@ -369,7 +369,6 @@ class ComposeForm extends ImmutablePureComponent {
<PollFormContainer />
</div>
</AutosuggestTextarea>
</div>
<div className='compose-form__buttons-wrapper'>
<OptionsContainer
@ -385,6 +384,7 @@ class ComposeForm extends ImmutablePureComponent {
<CharacterCounter text={countText} max={maxChars} />
</div>
</div>
</div>
<Publisher
countText={countText}

View file

@ -1236,10 +1236,10 @@ $ui-header-height: 55px;
.compose-form__highlightable {
display: flex;
flex-direction: column;
overflow: hidden;
flex: 0 1 auto;
border-radius: 4px;
transition: box-shadow 300ms linear;
min-height: 0;
&.active {
transition: none;

View file

@ -43,7 +43,6 @@
.compose-form {
flex: 1;
overflow-y: hidden;
display: flex;
flex-direction: column;
min-height: 310px;