mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
change scroll container to fix ui glitch (#2924)
This commit is contained in:
committed by
Karl Burtram
parent
6ee3886ecf
commit
67514ccc5f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user