mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 23:16:50 +02:00
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:
@@ -302,6 +302,7 @@ body.animating-layout
|
||||
color: hsl(var(--muted-foreground));
|
||||
pointer-events: none;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* Mention styles */
|
||||
|
||||
Reference in New Issue
Block a user