From 78f4fd15a5bfe2c6b7dc09b644bd722ffd363a08 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Mon, 8 Apr 2024 08:58:14 +0200 Subject: [PATCH] 13364-Fix breadcrumbs z-index --- 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 9a39b63681..b9b780f90d 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1972,7 +1972,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;