sessions - top shadow also for chat editors in floating windows (#306020)

* sessions - top shadow also for chat editors in floating windows

* Update src/vs/sessions/browser/media/style.css

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Benjamin Pasero
2026-03-29 09:24:17 +02:00
committed by GitHub
parent 83700a8c46
commit 3b664fd5a0

View File

@@ -94,6 +94,13 @@
box-shadow: none;
}
/* Same fade overlay for the chat renderer inside an editor (e.g. floating aux window). */
.agent-sessions-workbench .chat-editor-relative .interactive-list .monaco-scrollable-element > .shadow.top {
height: 16px;
background: linear-gradient(to bottom, var(--vscode-editor-background), transparent);
box-shadow: none;
}
/* ---- Chat Input ---- */
.agent-sessions-workbench .interactive-session .chat-input-container {