mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
Fix Bug 61313
This commit is contained in:
@ -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 () {
|
||||
|
||||
@ -9,10 +9,8 @@
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&.scroll-padding {
|
||||
.item {
|
||||
padding-right: 14px;
|
||||
}
|
||||
.item {
|
||||
padding-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user