From 1f79d5e483e9ae8632a46727366ab31a25909f36 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 13 Jan 2026 19:46:20 +0000 Subject: [PATCH] Fix cursor position in chat composer - Position placeholder absolutely to prevent cursor from appearing after it - Cursor now appears at the start of the input field as expected --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index fd0068b..a252b39 100644 --- a/src/index.css +++ b/src/index.css @@ -302,6 +302,7 @@ body.animating-layout color: hsl(var(--muted-foreground)); pointer-events: none; height: 0; + position: absolute; } /* Mention styles */