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);
|
background-color: var(--secondary);
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid var(--primary-medium);
|
border: 1px solid var(--primary-medium);
|
||||||
|
min-height: 0;
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
Loading…
Reference in New Issue