Skip to content

Commit

Permalink
Update map.css
Browse files Browse the repository at this point in the history
Commited First Change
  • Loading branch information
someghosh0907 committed Dec 9, 2023
1 parent 5e1d8c2 commit d1114d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
#content .leaflet-popup-pane {
z-index: 760;
}

.leaflet-pane{
position: initial !important;
}
.leaflet-bar, .leaflet-top{
position: initial !important;
}

.leaflet-top{
z-index:800 !important;
}
Expand Down Expand Up @@ -51,3 +59,4 @@
.leaflet-container .add-content-button {
margin-right: 10px;
}

0 comments on commit d1114d7

Please sign in to comment.