Skip to content

Commit 1cbbe85

Browse files
authored
Merge pull request microsoft#229937 from microsoft/joh/afraid-earthworm
use default zone z-index for inline chat
2 parents 03b00ce + cb3a2c1 commit 1cbbe85

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)