Skip to content

Commit 7139903

Browse files
Merge pull request #3541 from IgniteUI/ganastasov/fix-external-advance-filtering-sample
fix(advance-filtering): ensure external filter remains fully visible
2 parents c883b43 + 0e1dda5 commit 7139903

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

src/app/grid/grid-external-advanced-filtering/grid-external-advanced-filtering.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
display: flex;
33
flex-flow: column;
44
margin: 15px;
5+
align-items: stretch;
56
}
67

78
.advanced-dialog {
89
margin-bottom: 2px;
9-
height: 300px;
10-
}
10+
height: 325px;
11+
overflow-y: auto;
12+
}

src/app/hierarchical-grid/hierarchical-grid-external-advanced-filtering/hierarchical-grid-external-advanced-filtering.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
margin: 15px;
33
display: flex;
44
flex-flow: column;
5+
align-items: stretch;
56
}
67

78
.photo {
@@ -14,5 +15,6 @@
1415

1516
.advanced-dialog {
1617
margin-bottom: 2px;
17-
height: 300px;
18-
}
18+
height: 325px;
19+
overflow-y: auto;
20+
}

src/app/tree-grid/tree-grid-external-advanced-filtering/tree-grid-external-advanced-filtering.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
display: flex;
33
flex-flow: column;
44
margin: 15px;
5+
align-items: stretch;
56
}
67

78
.advanced-dialog {
89
margin-bottom: 2px;
9-
height: 300px;
10-
}
10+
height: 325px;
11+
overflow-y: auto;
12+
}

0 commit comments

Comments
 (0)