The problem is a missing declaration in the Mega Menu Layout. Fix is as follows:
Go to Design / Library / Layouts / Mega Menu / Mega Menu Layout.
Look for the line:
Code: Select all
#mega-menu ul {z-index:99999;}
Code: Select all
#mega-menu ul li {z-index:99999;}