Skip to content

Commit

Permalink
Merge pull request #103 from earthrise-media/remove-zoom-buttons-on-m…
Browse files Browse the repository at this point in the history
…obile

Remove map zoom buttons on mobile
  • Loading branch information
Martin Bernard authored Nov 30, 2023
2 parents d2a654b + 9438f94 commit 7ae4bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vacs-map-app/src/components/BaseMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ watch(mapPadding, () => {
@media only screen and (max-width: 720px) {
.mapboxgl-ctrl-top-right {
top: 10rem;
display: none;
}
}
</style>

0 comments on commit 7ae4bdf

Please sign in to comment.