Skip to content

Commit

Permalink
change scroll container to fix ui glitch (microsoft#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Dresser authored and kburtram committed Oct 17, 2018
1 parent 6ee3886 commit 67514cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/parts/queryPlan/queryPlan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 67514cc

Please sign in to comment.