mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Fix compose textarea scroll behavior (#24872)
This commit is contained in:
parent
f258478395
commit
746979f75d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user