~cytrogen/masto-fe

683373285264c92cb0ed08c73e460ec471479ec3 — Claire 2 years ago 4eda233
Fix autocomplete suggestions being cut off in compose form (#25275)

1 files changed, 1 insertions(+), 2 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -2
@@ 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;


@@ 3158,7 3158,6 @@ $ui-header-height: 55px;

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