Fix compose textarea scroll behavior (#24872)

pull/59/head^2^2
Claire 2023-05-05 18:58:58 +02:00 committed by GitHub
parent f258478395
commit 746979f75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;