Take a look at this fiddle: http://jsfiddle.net/od4vjhbc/6/
Essentially, when the overflow property is set on #contact-list
, the dropdown menu (triggered by clicking on a contact in the list) is not fully displayed and gets cut off.
If you remove or comment out the overflow property on #contact-list, then the popup will be shown in its entirety.
How can I ensure that the dropdown menu is fully shown even if the overflow property is set? (The overflow property is necessary if there are numerous contacts in the list).
What modifications should I make to the HTML structure, if any?