Skip to content

Commit

Permalink
Fix autocomplete suggestions being cut off in compose form (#25275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Jun 6, 2023
1 parent 4eda233 commit 6833732
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3113,10 +3113,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;
Expand Down Expand Up @@ -3158,7 +3158,6 @@ $ui-header-height: 55px;

.compose-form {
flex: 1;
overflow-y: hidden;
display: flex;
flex-direction: column;
min-height: 310px;
Expand Down

0 comments on commit 6833732

Please sign in to comment.