From 2210ec835179836edcccab2d4e4acfcc5f6b4f74 Mon Sep 17 00:00:00 2001 From: David Drury Date: Mon, 3 Apr 2023 21:50:32 +0100 Subject: Fix map pages: force footer to bottom and tidy pedigree map & place hierarchy layouts (#4799) * Fixes #4789, for all user map pages. It is necessary to give the map and sidebar elements a defined height so that on small devices where the elements are stacked, the footer is pushed below them * Change inline style to bootstrap class --- resources/views/modules/pedigree-map/chart.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/views/modules/pedigree-map/chart.phtml') diff --git a/resources/views/modules/pedigree-map/chart.phtml b/resources/views/modules/pedigree-map/chart.phtml index 2c9b65d60e..85f9d89d6f 100644 --- a/resources/views/modules/pedigree-map/chart.phtml +++ b/resources/views/modules/pedigree-map/chart.phtml @@ -13,7 +13,7 @@ use Fisharebest\Webtrees\View;
- +
@@ -97,7 +97,7 @@ use Fisharebest\Webtrees\View; } layer.bindPopup(feature.properties.summary); - sidebar.innerHTML += `
  • ${feature.properties.summary}
  • `; + sidebar.innerHTML += `
  • ${feature.properties.summary}
  • `; }, }); markers.addLayer(geoJsonLayer); -- cgit v1.3