Skip to content

Commit d3c1646

Browse files
authored
Merge pull request #7893 from IgniteUI/mpopov/ESF-horizontal-scrolbar-MASTER
fix(ESF): horizontal scrollbar
2 parents af2d4b3 + 6e8e682 commit d3c1646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

2728
%grid-excel-filter--inline {
@@ -58,10 +59,9 @@
5859
display: flex;
5960
flex-direction: column;
6061
height: 100%;
61-
width: 320px;
62-
min-width: 320px;
6362
background: --var($theme, 'filtering-row-background');
64-
border-radius: 4px;
63+
// TODO The border-radius should not be hardcoded.
64+
border-radius: rem(4px);
6565

6666
@include igx-button-group(igx-button-group-theme(
6767
$shadow: none,

0 commit comments

Comments
 (0)