From 4cbea7f5a4ed55777390168428233ea5e8d79b71 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 3 Jun 2026 15:32:13 +0200 Subject: [PATCH] Limit compose field height to prevent column scrolling (#39268) --- app/javascript/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index b5bc754dc4..c8bd186a8d 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/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;