Skip to content

Commit

Permalink
fix map css
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgurmannatsohal committed Jan 24, 2023
1 parent f845ccd commit 6ff8149
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/assets/stylesheets/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,15 @@
.leaflet-container .add-content-button {
margin-right: 10px;
}
.leaflet-pane{
position: initial !important;
}
.leaflet-bar, .leaflet-top{
position: initial !important;
}
.leaflet-control{
position: initial !important;
}
.leaflet-bottom{
z-index: auto !important;
}

0 comments on commit 6ff8149

Please sign in to comment.