Skip to content

Commit deca152

Browse files
committed
Apply scroll area to hover content, not status bar
Part of microsoft#97016
1 parent d9260c0 commit deca152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)