From 78f4fd15a5bfe2c6b7dc09b644bd722ffd363a08 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Mon, 8 Apr 2024 08:58:14 +0200 Subject: [PATCH 1/2] 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; From 35c44321ec81d1ea593636e276951504bee18e9b Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Tue, 16 Apr 2024 13:22:31 +0200 Subject: [PATCH 2/2] 13364-Fix breadcrumbs z-index tinymce --- pandora_console/include/styles/pandora.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 70e73480ee..3bab3be494 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2008,8 +2008,8 @@ div.title_line { #menu_tab_frame_view, #menu_tab_frame_view_bc { position: sticky; - top: 61px; - z-index: 3; + top: 60px; + z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; @@ -14225,3 +14225,7 @@ button.ui-button-text-only.ui-widget.sub:hover, .invert_filter.black-and-white { filter: invert(1) saturate(0) !important; } + +div.tox .tox-editor-header { + z-index: 1; +}