Skip to content

Commit cb3a2c1

Browse files
committed
use default zone z-index for inline chat
fixes microsoft/vscode-copilot#8127
1 parent 3d6f6d2 commit cb3a2c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6+
/*
7+
* FIXES https://github.com/microsoft/vscode-copilot/issues/8127
8+
* REOPENS https://github.com/microsoft/vscode-internalbacklog/issues/4298
69
.monaco-workbench .zone-widget.inline-chat-widget {
710
z-index: 3;
8-
}
11+
} */
912

1013
.monaco-workbench .zone-widget.inline-chat-widget .interactive-session {
1114
max-width: unset;

0 commit comments

Comments
 (0)