let the textarea fill the container

This commit is contained in:
Charlotte Som 2025-03-05 13:13:26 +00:00
parent 2263b23634
commit d03f849e3b

View file

@ -28,6 +28,9 @@
resize: none;
overflow-y: scroll;
white-space: pre-wrap;
width: 100%;
height: 100%;
}
a {