From c4b402f34baabf13c3152e771538b7022cee00bc Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 30 Jan 2024 12:44:04 -0600 Subject: [PATCH] fix activity-settings hidden behind left side panel Change z-index from 11 to 200. Fixes https://github.com/galaxyproject/galaxy/issues/17307 --- client/src/components/Common/ContextMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Common/ContextMenu.vue b/client/src/components/Common/ContextMenu.vue index 970ed8872580..cbcb7bc38a49 100644 --- a/client/src/components/Common/ContextMenu.vue +++ b/client/src/components/Common/ContextMenu.vue @@ -53,7 +53,7 @@ watch( .context-menu { position: fixed; - z-index: 11; + z-index: 200; } .context-menu-overlay {