Skip to content

Commit 7dbc537

Browse files
committed
Fixing scroll issue in folder selector
1 parent af7c6e0 commit 7dbc537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/common/modules/eform-shared/components/eform-tree-select/folder-tree-select.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
.tree-container{
75-
overflow: hidden;
75+
overflow: scroll;
7676
}
7777

7878
mat-tree-node.selected {

0 commit comments

Comments
 (0)