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 bb7a4ba commit f6b1d0aCopy full SHA for f6b1d0a
src/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.ts
@@ -184,6 +184,7 @@ export class StickyScrollWidget extends Disposable implements IOverlayWidget {
184
} else if (minimapSide === 'right') {
185
this._rootDomNode.style.marginLeft = '0px';
186
}
187
+ this._rootDomNode.style.zIndex = '11';
188
189
190
public getId(): string {
0 commit comments