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:
Jarek Radosz 2022-03-11 18:18:27 +01:00 committed by GitHub
parent 7a416257df
commit 4dc5500fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;