From 94d12d9010aaa42fe17f7cac2dbbe6bf83d4ab18 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 19 Feb 2024 14:11:50 +0100 Subject: [PATCH] #12633 fix z-index for graph analytics --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 57ecd8544e..25e4e1e146 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1945,7 +1945,7 @@ div.title_line { #menu_tab_frame_view_bc { position: sticky; top: 61px; - z-index: 2; + z-index: 3; display: flex; align-items: flex-end; justify-content: space-between;