Make multiline widget work with different canvas dimensions.

It now scales the textarea positioning using the canvas height/width.
This commit is contained in:
malern
2023-05-19 19:57:15 +01:00
parent 8bbd9815a9
commit 2998e232cb
2 changed files with 15 additions and 7 deletions

View File

@@ -39,6 +39,8 @@ body {
padding: 2px;
resize: none;
border: none;
box-sizing: border-box;
font-size: 10px;
}
.comfy-modal {