Skip to content

Commit 8ca9620

Browse files
committed
Fix Leaflet attribution positioning with bottom navbar
Add margin adjustments to .leaflet-bottom.leaflet-left to ensure the attribution doesn't overlap with the fixed bottom navbar and has proper spacing from the left edge of the viewport.
1 parent 2e9c213 commit 8ca9620

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css/catchment.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ body {
279279
margin-top: 60px;
280280
}
281281

282+
/* Ensure Leaflet attribution doesn't overlap with bottom navbar */
283+
.leaflet-bottom.leaflet-left {
284+
margin-bottom: 60px;
285+
margin-left: 10px;
286+
}
287+
282288
/* Better popup styling */
283289
.leaflet-popup-content {
284290
margin: 13px 19px;

0 commit comments

Comments
 (0)