diff options
Diffstat (limited to 'resources/views/modules/pedigree-map/chart.phtml')
| -rw-r--r-- | resources/views/modules/pedigree-map/chart.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/pedigree-map/chart.phtml b/resources/views/modules/pedigree-map/chart.phtml index 9e853f5c66..0ef363c380 100644 --- a/resources/views/modules/pedigree-map/chart.phtml +++ b/resources/views/modules/pedigree-map/chart.phtml @@ -11,7 +11,7 @@ use Fisharebest\Webtrees\View; */ ?> -<div class="row my-4 gchart wt-pedigree-map-wrapper"> +<div id="wt-fullscreen-wrapper" class="row my-4 gchart wt-pedigree-map-wrapper"> <div id="wt-map" class="col-sm-9 wt-ajax-load wt-map wt-pedigree-map-map" dir="ltr"></div> <ul class="col-sm-3 wt-pedigree-map-sidebar wt-page-options-value list-unstyled px-1"></ul> </div> |
