angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

Dropdown is going down of the screen and unable to see the items

Open abhi901abhi opened this issue 9 years ago • 8 comments

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 multi select issue

abhi901abhi avatar Apr 27 '15 10:04 abhi901abhi

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.

isteven avatar May 01 '15 15:05 isteven

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 avatar Sep 22 '15 10:09 saralamuralikrishna

@saralamuralikrishna ,

Thank you for the update. I'll be closing this issue now.

isteven avatar Sep 30 '15 01:09 isteven

CSS update doesn't work for me. Did you check @isteven . Sorry, I know it's getting too much for you to manage.

vaibhav93 avatar Oct 04 '15 13:10 vaibhav93

@vaibhav93

Unfortunately I haven't managed to check this one. I suggest you to try & play with the CSS settings yourself.

isteven avatar Oct 05 '15 03:10 isteven

Hi, someone got a solution for this?, the css doesnt work very good.

estvmachine avatar Jan 07 '16 05:01 estvmachine

Also looking for a solution

SMERKY avatar Apr 11 '18 22:04 SMERKY

It is working with CSS change. Please close this.

srikanthkodali avatar Jul 26 '18 18:07 srikanthkodali