jQuery-contextMenu icon indicating copy to clipboard operation
jQuery-contextMenu copied to clipboard

Dynamically loaded submenus z-index problem

Open pleskankaj opened this issue 6 years ago • 1 comments

Hello, when you load submenus dinamically, it seems, that zindex is not applied. So if you have context menu that does not fit the screen and you load submenus it appear behind parent menu and its width seems to be wrong as well. I have created simple fiddle. I just copied your demo.

pleskankaj avatar Aug 10 '18 08:08 pleskankaj

image

.context-menu-submenu> .context-menu-list{ z-index: 2; }

Add this to css, it solved my problem

cett01 avatar Mar 18 '20 09:03 cett01