Get rid of schema compare double scrollbar (#5571)

* hide split view overflow to get rid of double scrollbar

* change overflow to hidden
This commit is contained in:
kisantia
2019-05-23 13:41:59 -07:00
committed by GitHub
parent 25c8f60e6e
commit 0d37047c37

View File

@@ -252,7 +252,7 @@ export class SchemaCompareResult {
}
if (this.comparisonResult.differences.length > 0) {
this.flexModel.addItem(this.splitView);
this.flexModel.addItem(this.splitView, { CSSStyles: { 'overflow': 'hidden' } });
// only enable generate script button if the target is a db
if (this.targetEndpointInfo.endpointType === azdata.SchemaCompareEndpointType.Database) {