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.
1 parent c89a242 commit c3d8708Copy full SHA for c3d8708
src/vs/base/browser/ui/contextview/contextview.ts
@@ -222,7 +222,7 @@ export class ContextView extends Disposable {
222
223
// Show static box
224
DOM.clearNode(this.view);
225
- this.view.className = 'context-view';
+ this.view.className = 'context-view monaco-component';
226
this.view.style.top = '0px';
227
this.view.style.left = '0px';
228
this.view.style.zIndex = `${2575 + (delegate.layer ?? 0)}`;
0 commit comments