[SSE] Fix dropdown menu of styles cell

This commit is contained in:
Alexei Koshelev 2022-09-09 11:54:54 +03:00
parent f2cc301d7e
commit b70b9eb243
2 changed files with 2 additions and 2 deletions

View file

@ -1313,7 +1313,7 @@ define([
{id: 'menu-style-group-number', caption: this.textNumberFormat },
{id: 'menu-style-group-no-name', caption: this.textNoName }
]),
menuMaxHeight : 350,
menuMaxHeight : 380,
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set['FormatCells']],
dataHint : '1',
dataHintDirection: 'bottom',

View file

@ -184,7 +184,7 @@
}
.grouped-data .group-items-container .item {
margin: 0px -1px -1px 0px;
margin: 0px calc(-1 * @scaled-one-px-value) calc(-1 * @scaled-one-px-value) 0px;
box-shadow: none;
&:hover {
.box-shadow(inset 0 0 0 2px @border-preview-hover-ie) !important;