From d03f849e3b5f19eb1a72735035078a6ee7ad74c5 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 5 Mar 2025 13:13:26 +0000 Subject: [PATCH] let the textarea fill the container --- client/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/index.html b/client/index.html index 2f64bad..fab9b3e 100644 --- a/client/index.html +++ b/client/index.html @@ -28,6 +28,9 @@ resize: none; overflow-y: scroll; white-space: pre-wrap; + + width: 100%; + height: 100%; } a {