diff --git a/app/assets/stylesheets/map.css b/app/assets/stylesheets/map.css index edada63c74..c8e14bce7c 100644 --- a/app/assets/stylesheets/map.css +++ b/app/assets/stylesheets/map.css @@ -51,3 +51,9 @@ .leaflet-container .add-content-button { margin-right: 10px; } +.leaflet-pane{ + position: initial !important; +} +.leaflet-bar, .leaflet-top{ + position: initial !important; +}