Skip to content

Commit

Permalink
also fix z-index while we're here
Browse files Browse the repository at this point in the history
  • Loading branch information
idreyn committed Jul 17, 2023
1 parent f5797e3 commit 3561c64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion common/components/maps/LineMap.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
position: absolute;
}

@media screen and (min-width: 770px) {
.tooltipContainer {
z-index: 1;
}
}

.inner {
overflow-x: scroll;
}
}

0 comments on commit 3561c64

Please sign in to comment.