mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-21 23:14:45 -05:00
Limit compose field height to prevent column scrolling (#39268)
This commit is contained in:
@@ -614,6 +614,7 @@ body > [data-popper-placement] {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-height: 300px;
|
||||
margin: 0;
|
||||
color: var(--color-text-primary);
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user