fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
454 stars 298 forks source link

Pedigree map: bottom text #4789

Closed arbor95 closed 1 year ago

arbor95 commented 1 year ago

Bottom text is not at bottom on small devices (here with minimal theme) Screenshot_20230318-115247_Chrome

ddrury commented 1 year ago

Also visible on place hierarchy

ddrury commented 1 year ago

Fix submitted. In the meantime as a temporary measure add the following css to the css and js module in the control panel

.wt-pedigree-map-map, .wt-pedigree-map-sidebar,
.wt-place-hierarchy-map, .wt-place-hierarchy-sidebar,
.wt-places-tab-map, .wt-places-tab-sidebar {
    height: 70vh;
}

.wt-pedigree-map-wrapper, .wt-place-hierarchy-wrapper, .wt-places-tab-wrapper {
    height: auto;
}
ungeahnt commented 1 year ago

This issue is similar (or equal) to #3568. Is this then also fixed?

ddrury commented 1 year ago

I believe so, I don't speak German (sorry!) but as it stands the fix forces all the standard footer modules to the bottom. If impressum... is one of those then yes it will work.

Why not try temporarily adding the css mentioned above which achieves the same result as the fix albeit in a slightly more verbose manner

ungeahnt commented 1 year ago

I don't speak German (sorry!)

nobody is perfect ;)

Why not try temporarily adding the css ...

my post is more or less a 'link' between both issues ... only to keep in mind. I will test the fix with the next release