Skip to content

Commit e452246

Browse files
committed
fix(rule-management): add overflow-auto class to filter container for better UI handling
1 parent 29fd4a5 commit e452246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/rule-management/app-rule/app-rule.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h5 class="card-title mb-0 text-uppercase label-header">Manage Rules</h5>
3131
</span>
3232
</div>
3333
</div>
34-
<div class="filter-container p-2 d-flex flex-column justify-content-start h-100 w-100">
34+
<div class="filter-container p-2 d-flex flex-column justify-content-start h-100 w-100 overflow-auto">
3535
<div *ngFor="let filter of fieldFilters" class="w-100">
3636
<div *ngIf="filter.visible" class="w-100 mb-2">
3737
<app-generic-filter [fieldFilter]="filter"

0 commit comments

Comments
 (0)