From 7a2221ae21b737a6f75bc0770d4abd7703ae485e Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 3 Jun 2026 15:32:13 +0200 Subject: [PATCH] [Glitch] Limit compose field height to prevent column scrolling Port 4cbea7f5a4ed55777390168428233ea5e8d79b71 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/mastodon/components.scss b/app/javascript/flavours/glitch/styles/mastodon/components.scss index b1f88ed167..199e148749 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/components.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/components.scss @@ -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;