mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
changing pixel sizes, need to further improve pixel sizes
This commit is contained in:
@@ -37,7 +37,6 @@ 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