I created a dropdown menu using sharepoint list. The issue I'm having is that the sub menu items are getting cut off. The way I'm showing the menu is through the content editor web part linking to an html page that generates the menu.
I'm trying to find out if it's at all possible for me to display content outside of the content editor web part, the overflow specifically. The other alternative is to set the container div height really high so that any dropdown can be seen but that ruins the page as I can't add other webparts below.
This is it here: https://jsfiddle.net/uoydnc8h/4/
It works fine in the fiddle but if I put it in a web part it cuts off
SOLVED: It had nothing to do with the CEWP. The issue was the wiki page height. I fixed the issue by simply putting my cursor below the CEWP and hitting enter a few times :/