Skip to content

Commit

Permalink
Merge pull request #1115 from Vizzuality/hot-fix/mobile-explore-map
Browse files Browse the repository at this point in the history
Fix map not showing on explore
  • Loading branch information
sorodrigo authored Oct 23, 2019
2 parents c50177a + f4bb6c3 commit 5fb6c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function Explore(props) {
className="explore-world-map"
context={selectedContext}
destinationCountries={destinationCountries}
scale={120}
/>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/scripts/react-components/legacy-explore/explore.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
display: flex;
align-items: center;
justify-content: center;
height: 85%;
height: 100%;
overflow: hidden;
margin: 15px -1.25rem 0 -1.25rem;
width: 100%;

&.-loading {
background-color: $charcoal-grey-faded-a-lot;
Expand All @@ -65,7 +66,6 @@


@media screen and (min-width: $breakpoint-foundation-small) {
width: 100%;
margin: 15px 0 0 0;
}
}
Expand Down

0 comments on commit 5fb6c4c

Please sign in to comment.