right click on electron in editor will show both context menu and balloon toolbar, make z-index of context menu higher, #1281

This commit is contained in:
zadam 2020-10-01 22:57:07 +02:00
parent 03e4c49f89
commit 4a470ff9e5

View file

@ -768,7 +768,7 @@ body {
#context-menu-container, #context-menu-container .dropdown-menu {
padding: 3px 0 0;
z-index: 1000;
z-index: 2000;
}
#context-menu-container .dropdown-item {