adding code for enabling the correct sashes

This commit is contained in:
Aiday Marlen Kyzy
2023-04-03 16:28:31 +02:00
parent f1a1c6de66
commit cb0687b0c9
5 changed files with 26 additions and 6 deletions

View File

@@ -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 {