[SSE] Fix height of hidden sheet list

This commit is contained in:
Julia Radzhabova 2021-11-30 16:35:42 +03:00
parent d6471159ec
commit 863763a685

View file

@ -322,7 +322,7 @@ define([
});
var menuHiddenItems = new Common.UI.Menu({
maxHeight: 260,
maxHeight: 267,
menuAlign: 'tl-tr'
}).on('show:after', function () {
this.scroller.update({alwaysVisibleY: true});