Skip to content

Commit

Permalink
Remove rsm-zoomable transform above 1000px
Browse files Browse the repository at this point in the history
  • Loading branch information
mvance43776 committed Feb 13, 2020
1 parent 76ecf72 commit 7a9e087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/Home/_MapPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
width: calc(100% - 0px);
height: calc(100% - 80px);
transform: translate(0, -0px);
.rsm-zoomable-group {
@media (max-width: 1000px) {
transform: none;
}
}
}
}
.map {
Expand Down

0 comments on commit 7a9e087

Please sign in to comment.