13364-Fix breadcrumbs z-index

This commit is contained in:
Pablo Aragon 2024-04-08 08:58:14 +02:00
parent 345bb6fe19
commit 78f4fd15a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;