fixed actual show plan command (#2620)

This commit is contained in:
Aditya Bist
2018-09-18 13:42:14 -07:00
committed by Karl Burtram
parent 084042ad13
commit a2fb0ec029
4 changed files with 29 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ export class QueryPlanView implements IPanelView {
}
container.appendChild(this.container);
container.style.overflow = 'scroll';
container.style.background = '#FFFFFF';
}
public layout(dimension: Dimension): void {