mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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);
|
this.resetButtons(ResetButtonState.afterCompareComplete);
|
||||||
|
|
||||||
if (this.comparisonResult.differences.length > 0) {
|
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
|
// only enable generate script button if the target is a db
|
||||||
if (this.targetEndpointInfo.endpointType === mssql.SchemaCompareEndpointType.Database) {
|
if (this.targetEndpointInfo.endpointType === mssql.SchemaCompareEndpointType.Database) {
|
||||||
|
|||||||
Reference in New Issue
Block a user