Skip to content

Commit c3b0ae5

Browse files
authored
Merge pull request #97023 from microsoft/tyriar/r145_scroll
Apply scroll area to hover content, not status bar
2 parents 96b89dd + c56ec34 commit c3b0ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/widgets/hoverWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class HoverWidget extends Widget {
9393
const actionsElement = $('div.actions');
9494
this._actions.forEach(action => this._renderAction(actionsElement, action));
9595
statusBarElement.appendChild(actionsElement);
96-
this._domNode.appendChild(statusBarElement);
96+
this._containerDomNode.appendChild(statusBarElement);
9797
}
9898

9999
this._mouseTracker = new CompositeMouseTracker([this._containerDomNode, ..._target.targetElements]);

0 commit comments

Comments
 (0)