Refer to this fiddle: http://jsfiddle.net/od4vjhbc/6/
Basically, when overflow is set on #contact-list
, the dropdown menu (when clicking on a contact in the list) is not completely shown, as it gets cut.
Remove / comment the overflow on #contact-list, then the popup will be fully shown.
How I can make it work well (menu to be fully shown when clicking the contact) even if overflow is set? (Overflow required if there are a lot of contacts in the list).
What kind of structural change to the HTML should I do, if required?