diff options
| author | Rob Peters <makitso@gmail.com> | 2012-02-07 13:09:37 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2012-02-07 13:09:37 +0000 |
| commit | c4d7e6e3e91d398bc1d8746436052792af5189d3 (patch) | |
| tree | 47f6c3a346189cd96a9a61b617af6f6e7ccc1787 /themes/minimal/templates | |
| parent | 0420d467346fb5117c50a44b2beccf7272c732fe (diff) | |
| download | webtrees-c4d7e6e3e91d398bc1d8746436052792af5189d3.tar.gz webtrees-c4d7e6e3e91d398bc1d8746436052792af5189d3.tar.bz2 webtrees-c4d7e6e3e91d398bc1d8746436052792af5189d3.zip | |
Fixed Bug #923103 Chrome browser issue with pedigree chart.
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index c4f85dade0..74536d9eb7 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -33,7 +33,7 @@ if (!defined('WT_WEBTREES')) { } echo '<div id="out-',$boxID,'" ',$outBoxAdd,'> - <div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,' width: 25px; height: 50px">', $icons, '</div>', + <div class="noprint" id="icons-',$boxID,'" style="',$iconsStyleAdd,' width: 25px; height: 50px; position: relative;">', $icons, '</div>', '<div class="chart_textbox" style="height:auto; max-height:', $bheight,'px; overflow: hidden; ">', $thumbnail, '<a onclick="event.cancelBubble=true;" href="individual.php?pid=', $pid, '&ged=', rawurlencode($GEDCOM), '"> |
