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