Add resize to trix editor

This commit is contained in:
mikiher 2025-02-04 09:54:28 +02:00
parent 00343a953b
commit 76ac0d001b

View File

@ -351,8 +351,10 @@ export default {
background-color: white;
}
trix-editor {
max-height: calc(4 * 1lh);
height: calc(4 * 1lh);
min-height: calc(4 * 1lh);
overflow-y: auto;
resize: vertical;
}
trix-editor * {