07/14/2014 at 3:17 pm
#296967
Keymaster
@ Brandon
Sorry, I didn’t see your reply …. I just took a look.
The issue is being caused by JavaScript from the theme messing with the drop down for Connections. Try adding the following to the theme’s custom CSS area:
#cn-list .select-replace-cover {
z-index: auto !important;
}
The .select-replace-cover class is being added to the Connections drop down by the theme using JavaScript. The z-index being set on this class is set 0 which is causing the drop down to go behind the rest of the page content. The CSS I gave should override that back to auto.
Let me know if that helps!
