From 67760f533f841c1d7dddd6cf0d531e379232188f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=A0=C4=87eki=C4=87?= Date: Thu, 26 Feb 2026 19:22:09 +0100 Subject: [PATCH] fix(chat): add display block to prompt input ghost wrapper --- packages/kilo-vscode/webview-ui/src/styles/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/kilo-vscode/webview-ui/src/styles/chat.css b/packages/kilo-vscode/webview-ui/src/styles/chat.css index d87887f64bd..b5cce456a1b 100644 --- a/packages/kilo-vscode/webview-ui/src/styles/chat.css +++ b/packages/kilo-vscode/webview-ui/src/styles/chat.css @@ -309,6 +309,7 @@ } .prompt-input-ghost-wrapper .prompt-input { + display: block; position: relative; z-index: 1; background: transparent;