Skip to content

Commit 504c60c

Browse files
authored
Merge pull request #7892 from IgniteUI/mpopov/ESF-horizontal-scrolbar-10.0.x
fix(ESF): horizontal scrollbar
2 parents 1776ebb + a387906 commit 504c60c

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
@@ -21,6 +21,7 @@
2121
flex-grow: 1;
2222
box-shadow: igx-elevation($elevations, 12);
2323
overflow: auto;
24+
min-width: rem(320px);
2425
}
2526

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

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

0 commit comments

Comments
 (0)