We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03b00ce + cb3a2c1 commit 1cbbe85Copy full SHA for 1cbbe85
src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css
@@ -3,9 +3,12 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
+/*
7
+ * FIXES https://github.com/microsoft/vscode-copilot/issues/8127
8
+ * REOPENS https://github.com/microsoft/vscode-internalbacklog/issues/4298
9
.monaco-workbench .zone-widget.inline-chat-widget {
10
z-index: 3;
-}
11
+} */
12
13
.monaco-workbench .zone-widget.inline-chat-widget .interactive-session {
14
max-width: unset;
0 commit comments