Skip to content

Commit 59a87f7

Browse files
committed
feat(esf): fix variable esf width when scrolling
1 parent e620ee7 commit 59a87f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_excel-filtering-theme.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@
2222
flex-grow: 1;
2323
box-shadow: igx-elevation($elevations, 12);
2424
overflow: auto;
25+
width: rem(320px);
2526
min-width: rem(320px);
2627
}
2728

2829
%grid-excel-filter--inline {
2930
box-shadow: none;
30-
31-
%grid-excel-menu {
32-
width: 100%;
33-
}
31+
width: 100%;
3432
}
3533

3634
%igx-excel-filter__loading {

0 commit comments

Comments
 (0)