mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Merge pull request #6855 from Kilo-Org/kevinvandijk/fix-wobbly-chat
Fix buggy cursor positioning in chat area
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user