Skip to content

Commit

Permalink
Merge pull request #209 from jaymehta002/bug/issue-208-button-error
Browse files Browse the repository at this point in the history
fixed button issue
  • Loading branch information
chrstnbwnkl committed Jan 30, 2024
2 parents 37cd6d5 + 316b52b commit 7581885
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Map/Map.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@
.map-style{
width: 100%;
height: 100vh;
}

@media screen and (max-width: 383px) {
#osm-button {
/* Adjust the position for smaller screens */
bottom: 40px;
right: 40px;
}
}

0 comments on commit 7581885

Please sign in to comment.