[Glitch] Fix compose textarea scroll behavior
Port 746979f75d3056a3db2fd37bac9ccab0962450b1 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
a8f6a5b40f
commit
204fe83fcc
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user