Skip to content

Commit e913a2e

Browse files
authored
Merge pull request microsoft#184603 from kevalmiistry/complete-merge-issue
FIX: conflict actions bar overlapping Complete Merge button fixed
2 parents c7d32a4 + ed835d2 commit e913a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/browser/codeeditor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export class FloatingClickWidget extends Widget implements IOverlayWidget {
153153
this._domNode.style.padding = '6px 11px';
154154
this._domNode.style.borderRadius = '2px';
155155
this._domNode.style.cursor = 'pointer';
156+
this._domNode.style.zIndex = '1';
156157

157158
if (keyBindingAction) {
158159
const keybinding = keybindingService.lookupKeybinding(keyBindingAction);

0 commit comments

Comments
 (0)