change scroll container to fix ui glitch (#2924)

This commit is contained in:
Anthony Dresser
2018-10-16 21:55:21 -07:00
committed by Karl Burtram
parent 6ee3886ecf
commit 67514ccc5f

View File

@@ -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 {