diff --git a/src/sql/parts/queryPlan/queryPlan.ts b/src/sql/parts/queryPlan/queryPlan.ts index 420ee11bce..f4e56a1207 100644 --- a/src/sql/parts/queryPlan/queryPlan.ts +++ b/src/sql/parts/queryPlan/queryPlan.ts @@ -41,7 +41,7 @@ export class QueryPlanView implements IPanelView { } } container.appendChild(this.container); - container.style.overflow = 'scroll'; + this.container.style.overflow = 'scroll'; } public layout(dimension: Dimension): void {