Skip to content

Commit 2dae5d4

Browse files
authored
Merge branch 'master' into mpopov/sorting-indicator
2 parents 0f13a8c + ba2b054 commit 2dae5d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/grids/filtering/excel-style/grid.excel-style-filtering.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
[id]="overlayComponentId"
4343
(keydown)="onKeyDown($event)"
4444
[style.min-height]="minHeight"
45-
[style.max-height]="maxHeight">
45+
[style.max-height]="maxHeight"
46+
role="menu">
4647

4748
<ng-container *ngIf="this.excelColumnOperationsDirective; else defaultExcelColumnOperations">
4849
<ng-content select="igx-excel-style-column-operations,[igxExcelStyleColumnOperations]">

0 commit comments

Comments
 (0)