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
This commit is contained in:
Claude
2026-01-13 19:46:20 +00:00
parent 3acf1dac84
commit 1f79d5e483

View File

@@ -302,6 +302,7 @@ body.animating-layout
color: hsl(var(--muted-foreground));
pointer-events: none;
height: 0;
position: absolute;
}
/* Mention styles */