~cytrogen/masto-fe

746979f75d3056a3db2fd37bac9ccab0962450b1 — Claire 2 years ago f258478
Fix compose textarea scroll behavior (#24872)

1 files changed, 4 insertions(+), 0 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +4 -0
@@ 3109,6 3109,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;