[Glitch] Limit compose field height to prevent column scrolling

Port 4cbea7f5a4ed55777390168428233ea5e8d79b71 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2026-06-03 15:32:13 +02:00 committed by Claire
parent e61a97443f
commit 7a2221ae21

View File

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