Skip to content

Commit 96248b6

Browse files
author
MPopov
committed
fix(ESF): horizontal scrollbar
Closes #7865
1 parent cff0c61 commit 96248b6

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
@@ -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,9 +59,8 @@
5859
display: flex;
5960
flex-direction: column;
6061
height: 100%;
61-
width: 320px;
62-
min-width: 320px;
6362
background: --var($theme, 'filtering-row-background');
63+
// TODO The border-radius should not be hardcoded.
6464
border-radius: 4px;
6565

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

0 commit comments

Comments
 (0)