fix(vscode): keep tool output actions visible

This commit is contained in:
marius-kilocode
2026-08-19 16:32:39 +02:00
parent 05f2ff0934
commit efa48c8cda
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---
Keep tool-output action buttons visible above streamed output.
@@ -291,10 +291,14 @@ html[data-theme="kilo-vscode"] [data-component="bash-output"] {
[data-component="bash-output"] [data-slot="bash-section-actions"] {
position: absolute;
top: 4px;
right: 4px;
right: 16px;
z-index: 1;
display: flex;
align-items: center;
gap: 2px;
padding: 2px;
border-radius: var(--radius-sm);
background: var(--surface-tool-output-base);
opacity: 0;
pointer-events: none;
transition: opacity 0.15s ease;