Limit compose field height to prevent column scrolling (#39268)

This commit is contained in:
diondiondion 2026-06-03 15:32:13 +02:00 committed by GitHub
parent ce3fdf73f3
commit 4cbea7f5a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;