Skip to content

Commit 113e1d3

Browse files
committed
fix css for concept filter
1 parent 41f6d9d commit 113e1d3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/app/modules/shared-filter/components/shared-concept-filter/concept-filter-table/concept-filter-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div
2-
style="max-height: 300px; overflow: scroll"
2+
class="filter-div"
33
infiniteScroll
44
[infiniteScrollDistance]="0.5"
55
[infiniteScrollThrottle]="50"

src/app/modules/shared-filter/components/shared-concept-filter/concept-filter-table/concept-filter-table.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ num-table {
1111
overflow: auto;
1212
margin-bottom: 10px;
1313
}
14+
.filter-div {
15+
max-height: 90%;
16+
overflow: scroll;
17+
overflow-x: hidden;
18+
}

src/app/modules/shared-filter/components/shared-concept-filter/staged-concepts/staged-concepts.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
.selected-filter-box {
2323
overflow: auto;
24-
height: 85%;
24+
height: 75%;
2525
}
2626
.display-part {
2727
padding-left: 10px;

0 commit comments

Comments
 (0)