I have incorporated a specific plugin into my application
Check out my application here
To access the menu, click on the third green button followed by any yellow button on the right side. However, the menu appears underneath another div rendering it unclickable. I have tried adding
position:absolute;
z-index:99999
However, the menu still remains beneath the div
.
Any suggestions?