mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#13023 fixed z-index in search modal
This commit is contained in:
parent
24786a3a74
commit
5abc56edbf
@ -225,6 +225,7 @@ div.graphs-div-main {
|
||||
/* height: 20px; */
|
||||
margin-bottom: 5px;
|
||||
display: flex;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#droppable-graphs .droppable-zone {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user