Skip to content

Commit

Permalink
DBC22-1726: fixing z-index for side-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
minORC authored and fatbird committed Feb 21, 2024
1 parent cc5e125 commit 798d3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/Map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
z-index: 20;

@media (max-width: 767px) {
transition: min-height 0.25s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
left: 0;
right: 0;
top: 0;
z-index: 27;
z-index: 20;
background: white;
padding: 0;
box-shadow: rgb(169, 169, 169) 0px 2px 10px 0px;
Expand Down

0 comments on commit 798d3ca

Please sign in to comment.