#13023 fixed z-index in search modal

This commit is contained in:
Daniel Cebrian 2024-03-12 12:57:17 +01:00
parent 24786a3a74
commit 5abc56edbf
2 changed files with 2 additions and 1 deletions

View File

@ -225,6 +225,7 @@ div.graphs-div-main {
/* height: 20px; */
margin-bottom: 5px;
display: flex;
z-index: 0;
}
#droppable-graphs .droppable-zone {

View File

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