Fix autocomplete suggestions being cut off in compose form (#25275)

th-downstream
Claire 1 year ago committed by GitHub
parent 2252e4d8bb
commit 51046cb4db

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

Loading…
Cancel
Save