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 c7d32a4 + ed835d2 commit e913a2eCopy full SHA for e913a2e
src/vs/workbench/browser/codeeditor.ts
@@ -153,6 +153,7 @@ export class FloatingClickWidget extends Widget implements IOverlayWidget {
153
this._domNode.style.padding = '6px 11px';
154
this._domNode.style.borderRadius = '2px';
155
this._domNode.style.cursor = 'pointer';
156
+ this._domNode.style.zIndex = '1';
157
158
if (keyBindingAction) {
159
const keybinding = keybindingService.lookupKeybinding(keyBindingAction);
0 commit comments