From a8ed9b2b06556058fc3f4368b8d9c04e69b98262 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 2 Nov 2025 18:45:07 +0100 Subject: [PATCH] more tweaks --- static/css/chat.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/chat.css b/static/css/chat.css index aa95f00..414b18d 100644 --- a/static/css/chat.css +++ b/static/css/chat.css @@ -399,10 +399,6 @@ body:not(.loading) #loading { margin-top: 5px; } -.message.editing { - overflow-anchor: none; -} - .message:not(.editing) textarea.text, .message.editing div.text { display: none; @@ -934,6 +930,7 @@ textarea { resize: none; font-size: 15px; line-height: 23px; + overflow-anchor: none; } button {