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

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;