How to solved ngx-multiselect in angular cause long page scroll when we select item of it

How to solved ngx-multiselect in angular cause long page scroll when we select item of it



For solving this issue please put css on it


.dropdown-list{
    display:grid;
}

it just stop scroll of page

No comments:

Post a Comment

Thank You For Your Great Contribution

Featured Post

how to find n number of nodes have child or cildren

 how to find n number of nodes have child or cildren for that we use recursive function  const   data = {     'id' : '0' ,...

Popular Posts