diff options
| author | makitso <makitso@gmail.com> | 2018-03-25 13:15:16 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-03-25 13:15:40 -0700 |
| commit | 5318773d9f18200fa6134cc61fa70de8b8069e19 (patch) | |
| tree | a5f00d33e52fe2ee24c4d7c119e146b046e880ed /themes/_common/css-2.0.0/style.css | |
| parent | 3532ff93c510cead59c85276f108f7d24ff1952f (diff) | |
| download | webtrees-5318773d9f18200fa6134cc61fa70de8b8069e19.tar.gz webtrees-5318773d9f18200fa6134cc61fa70de8b8069e19.tar.bz2 webtrees-5318773d9f18200fa6134cc61fa70de8b8069e19.zip | |
Fix #661 - Dropdown menu cropped in Hourglass chart
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index c16d43e5ab..5e1b8dbc30 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -392,7 +392,7 @@ z-index: 9999; } -.wt-pedigree-chart { +.wt-pedigree-chart, .wt-hourglass-chart { overflow-x: visible; overflow-y: visible; } |
