Skip to content

Commit

Permalink
Merge pull request #229937 from microsoft/joh/afraid-earthworm
Browse files Browse the repository at this point in the history
use default zone z-index for inline chat
  • Loading branch information
jrieken authored Sep 27, 2024
2 parents 03b00ce + cb3a2c1 commit 1cbbe85
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

/*
* FIXES https://github.com/microsoft/vscode-copilot/issues/8127
* REOPENS https://github.com/microsoft/vscode-internalbacklog/issues/4298
.monaco-workbench .zone-widget.inline-chat-widget {
z-index: 3;
}
} */

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

0 comments on commit 1cbbe85

Please sign in to comment.