Closed jaymehta002 closed 9 months ago
Fixes the position of OSM button for screens below 383px.
set some rules for max-width: 383px and added some pixels to bottom
@media screen and (max-width: 383px) { #osm-button { /* Adjust the position for smaller screens */ bottom: 40px; right: 40px; } }
before:
after
🛠️ 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
📷 Screenshots
before:
after