Gbuomprisco / ng2-material-dropdown

Angular 2 Material-like Dropdown Component
MIT License
37 stars 54 forks source link

If limitItemsTo is set, scrollbar is disabled #36

Open p-wunderlich opened 7 years ago

p-wunderlich commented 7 years ago

My assumption of using limitItemsTo (via ngx-chips) was to make the dropdown a little bit smaller (height). And it works, but then I've no Scrollbar should this really be like this?

"ngx-chips": "^1.5.3"
"ng2-material-dropdown": "^0.7.10"