Bryan,
Sorry for the delay. The issue is the following CSS style. Your stylesheets are compressed, so I can't tell you the exact file.. hopefully this will help you narrow it down though:
.jrFieldGroup .jrFieldRow {
margin-bottom: 5px;
overflow: hidden;
}You'll need to remove that overflow:hidden statement so that the popup properly shows.
I hope that helps get you going!
Alex