contextMenu getting hidden behind popup

Tags: #<Tag:0x00007f0b02934cc0>

Hi,
In popup contextmenu is gettng hidden behind popup.

can you please help

Hi @rizwanullah.rizwi

I do not know your code but what I can propose is to look for the z-index of the menu element and give it a higher value

how i can i find id of menu element so that i can z-index to it as i am not able ti inspect it as welll.
Please help.

OK, so here is the use case http://jsfiddle.net/2fkLw7sj/

And here is a working example http://jsfiddle.net/asv5zydh/

(typically a pop-up has a high z-index (in the first case it’s 50, however when I change the pop-ups z-index to 1 I get the desired effect. So maybe it will be easier for you to track down the pop-up’s z-index