[Glitch] Fix compose textarea scroll behavior

Port 746979f75d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-new
Claire 2023-05-05 18:58:58 +02:00
parent a8f6a5b40f
commit 204fe83fcc
1 changed files with 4 additions and 0 deletions

View File

@ -1234,6 +1234,10 @@ $ui-header-height: 55px;
} }
.compose-form__highlightable { .compose-form__highlightable {
display: flex;
flex-direction: column;
overflow: hidden;
flex: 0 1 auto;
border-radius: 4px; border-radius: 4px;
transition: box-shadow 300ms linear; transition: box-shadow 300ms linear;