I have 3 main layers on my website:
1) The main view with elements inside (#views in jsbin) - BOTTOM LAYER
2) An overlay (with a white background opacity of .8 #overlay in jsbin) - MIDDLE LAYER
3) A context menu (#contextmenu in jsbin) - TOP LAYER
When I display the context menu, the 3 layers are shown correctly -> the main view is "hidden" by the transparent overlay and the context menu appears on top.
My issue arises when I try to pop out an element within the main view. I want to show this element (#card1 in jsbin) between the context menu and the overlay...but I haven't been successful so far. Is it possible?
Here is the link to my jsbin: http://jsbin.com/gaxadaci/7/edit
Thank you for your assistance. Best regards, Bastien