Skip to content

Commit

Permalink
fix(data-viewer): change z-index of globe and legend
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashelms committed Jan 2, 2024
1 parent 1a0fc2d commit af05132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
position: absolute
top: 50%
left: emCalc(22px)
z-index: 1
z-index: 2
display: flex
flex-direction: row
height: 40%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
flex-direction: row
width: 100%
height: 100%
z-index: 0

0 comments on commit af05132

Please sign in to comment.