mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user