Skip to content

Commit

Permalink
Merge pull request #97023 from microsoft/tyriar/r145_scroll
Browse files Browse the repository at this point in the history
Apply scroll area to hover content, not status bar
  • Loading branch information
Tyriar authored May 5, 2020
2 parents 96b89dd + c56ec34 commit c3b0ae5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit c3b0ae5

Please sign in to comment.