Apply scroll area to hover content, not status bar

Part of #97016
This commit is contained in:
Daniel Imms
2020-05-05 11:45:14 -07:00
parent d9260c0619
commit deca1521c8
@@ -93,7 +93,7 @@ export class HoverWidget extends Widget {
const actionsElement = $('div.actions');
this._actions.forEach(action => this._renderAction(actionsElement, action));
statusBarElement.appendChild(actionsElement);
this._domNode.appendChild(statusBarElement);
this._containerDomNode.appendChild(statusBarElement);
}
this._mouseTracker = new CompositeMouseTracker([this._containerDomNode, ..._target.targetElements]);