Skip to content

Commit f6b1d0a

Browse files
author
aiday-mar
committed
1 parent bb7a4ba commit f6b1d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export class StickyScrollWidget extends Disposable implements IOverlayWidget {
184184
} else if (minimapSide === 'right') {
185185
this._rootDomNode.style.marginLeft = '0px';
186186
}
187+
this._rootDomNode.style.zIndex = '11';
187188
}
188189

189190
public getId(): string {

0 commit comments

Comments
 (0)