mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
adding code for enabling the correct sashes
This commit is contained in:
@@ -37,6 +37,7 @@ export class HoverWidget extends Disposable {
|
||||
consumeMouseWheelIfScrollbarIsNeeded: true
|
||||
}));
|
||||
this.containerDomNode.appendChild(this.scrollbar.getDomNode());
|
||||
this.containerDomNode.style.zIndex = '50';
|
||||
}
|
||||
|
||||
public onContentsChanged(): void {
|
||||
|
||||
Reference in New Issue
Block a user