Merge pull request #6855 from Kilo-Org/kevinvandijk/fix-wobbly-chat

Fix buggy cursor positioning in chat area
This commit is contained in:
Mark IJbema
2026-03-10 12:32:11 +01:00
committed by GitHub
@@ -692,6 +692,7 @@
line-height: 1.4;
resize: none;
outline: none;
scrollbar-gutter: stable;
}
.prompt-input:focus {
@@ -738,6 +739,7 @@
word-wrap: break-word;
overflow-x: hidden;
overflow-y: auto;
scrollbar-gutter: stable;
z-index: 0;
color: var(--vscode-input-foreground);
}