Skip to content

Commit f9da19e

Browse files
author
MPopov
committed
fix(ESF): horizontal scrollbar
Closes #7865
1 parent ec7d588 commit f9da19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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,9 +58,8 @@
5758
display: flex;
5859
flex-direction: column;
5960
height: 100%;
60-
width: 320px;
61-
min-width: 320px;
6261
background: --var($theme, 'filtering-row-background');
62+
// TODO The border-radius should not be hardcoded.
6363
border-radius: 4px;
6464

6565
@include igx-button-group(igx-button-group-theme(

0 commit comments

Comments
 (0)