Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed button issue #209

Merged
merged 1 commit into from
Jan 30, 2024
Merged

fixed button issue #209

merged 1 commit into from
Jan 30, 2024

Conversation

jaymehta002
Copy link
Contributor

πŸ› οΈ Fixes Issue

Fixes the position of OSM button for screens below 383px.

πŸ‘¨β€πŸ’» Changes proposed

set some rules for max-width: 383px
and added some pixels to bottom

Code

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

πŸ“· Screenshots

before:
Screenshot 2024-01-09 231504

after
Screenshot 2024-01-09 231145

@chrstnbwnkl chrstnbwnkl merged commit 7581885 into gis-ops:master Jan 30, 2024
@chrstnbwnkl chrstnbwnkl mentioned this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants