From 4a470ff9e5997645502725e392a4f41a2e4f6a1a Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 1 Oct 2020 22:57:07 +0200 Subject: [PATCH] right click on electron in editor will show both context menu and balloon toolbar, make z-index of context menu higher, #1281 --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 6d96c7795..fac5636a7 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -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 {