#12633 fix z-index for graph analytics

This commit is contained in:
Jonathan 2024-02-19 14:11:50 +01:00
parent 68ff17ebf4
commit 94d12d9010

View File

@ -1945,7 +1945,7 @@ div.title_line {
#menu_tab_frame_view_bc { #menu_tab_frame_view_bc {
position: sticky; position: sticky;
top: 61px; top: 61px;
z-index: 2; z-index: 3;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
justify-content: space-between; justify-content: space-between;