angular-multi-select
angular-multi-select copied to clipboard
Dropdown is going down of the screen and unable to see the items
Dropdown is going down of the screen and unable to see the items
Dropdown is going down of the screen and unable to see the items
Hi @abhi901abhi ,
I acknowledge the issue, but I am quite occupied at the moment, and as for now haven't manage to find a solution.
try changing the css
.multiSelect .checkBoxContainer {
display: block;
padding: 8px;
/overflow: hidden;/
overflow-y: auto;
max-height: 400px;
}
.multiSelect .multiSelectItem {
display: block;
padding: 3px;
color: #444;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
border: 1px solid transparent;
position: relative;
/min-width:278px;/
min-height: 32px;
}
this should work with scroll
@saralamuralikrishna ,
Thank you for the update. I'll be closing this issue now.
CSS update doesn't work for me. Did you check @isteven . Sorry, I know it's getting too much for you to manage.
@vaibhav93
Unfortunately I haven't managed to check this one. I suggest you to try & play with the CSS settings yourself.
Hi, someone got a solution for this?, the css doesnt work very good.
Also looking for a solution
It is working with CSS change. Please close this.