Reputation: 591
For some reason I cannot get the drop down to appear on this site: http://a.dev200.com/cflow/ It works fine on mobile screen size, just not on desktop screen size. Can anyone help me out please?
Thanks
Upvotes: 0
Views: 58
Reputation: 26
you have an "overflow: hidden" in "megaMenu" div.
Try to fix it or add this css code:
#megaMenu.megaFullWidth { overflow: visible; }
Upvotes: 1