Limit compose field height to prevent column scrolling (#39268)
This commit is contained in:
parent
ce3fdf73f3
commit
4cbea7f5a4
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user