removed hidden overflow for schema compare splitview (#7104)

Fixes issue where scrollbars wouldn't appear with vertical overflow in schema compare
This commit is contained in:
Elliot Boschwitz
2019-10-08 13:44:12 -07:00
committed by GitHub
parent bcaa09e910
commit ecd76eb870

View File

@@ -341,7 +341,7 @@ export class SchemaCompareMainWindow {
this.resetButtons(ResetButtonState.afterCompareComplete);
if (this.comparisonResult.differences.length > 0) {
this.flexModel.addItem(this.splitView, { CSSStyles: { 'overflow': 'hidden', 'height': '100%' } });
this.flexModel.addItem(this.splitView);
// only enable generate script button if the target is a db
if (this.targetEndpointInfo.endpointType === mssql.SchemaCompareEndpointType.Database) {