Skip to content

Commit 78dbed2

Browse files
fix(advance-filtering): ensure external filter remains fully visible
1 parent 30d7090 commit 78dbed2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
.grid__wrapper {
22
display: flex;
3-
flex-flow: column;
3+
flex-direction: column;
44
margin: 15px;
5+
align-items: stretch;
56
}
67

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

0 commit comments

Comments
 (0)