UX: Allow d-editor to be shrunk (#16164)
…e.g. when resizing the composer. Previously it wouldn't go below a certain size and would overlap the element below it.
This commit is contained in:
parent
7a416257df
commit
4dc5500fa6
|
@ -24,6 +24,7 @@
|
|||
background-color: var(--secondary);
|
||||
position: relative;
|
||||
border: 1px solid var(--primary-medium);
|
||||
min-height: 0;
|
||||
|
||||
textarea {
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in New Issue