Fix Bug 61313

This commit is contained in:
Julia Radzhabova
2023-02-22 22:38:20 +03:00
parent 2661981710
commit 8abd90167d
2 changed files with 3 additions and 8 deletions

View File

@ -1385,9 +1385,7 @@ define([
$(document.body).on('mousedown', checkDocumentClick);
}, 100, this);
if(Common.Utils.InternalSettings.get('sse-settings-size-filter-window')) {
this.cellsList.scroller.update({minScrollbarLength : this.cellsList.minScrollbarLength, alwaysVisibleY: true, suppressScrollX: true});
}
this.cellsList.scroller.update({minScrollbarLength : this.cellsList.minScrollbarLength, alwaysVisibleY: true, suppressScrollX: true});
},
show: function (x, y) {
@ -1974,7 +1972,6 @@ define([
}
this.btnOk.setDisabled(this.cells.length<1);
this.cellsList.scroller.update({minScrollbarLength : this.cellsList.minScrollbarLength, alwaysVisibleY: true, suppressScrollX: true});
this.cellsList.cmpEl.toggleClass('scroll-padding', this.cellsList.scroller.isVisible());
},
testFilter: function () {

View File

@ -9,10 +9,8 @@
word-break: break-all;
}
&.scroll-padding {
.item {
padding-right: 14px;
}
.item {
padding-right: 12px;
}
}