summaryrefslogtreecommitdiff
path: root/themes/_common/css-2.0.0/style.css
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2018-03-25 13:15:16 -0700
committermakitso <makitso@gmail.com>2018-03-25 13:15:40 -0700
commit5318773d9f18200fa6134cc61fa70de8b8069e19 (patch)
treea5f00d33e52fe2ee24c4d7c119e146b046e880ed /themes/_common/css-2.0.0/style.css
parent3532ff93c510cead59c85276f108f7d24ff1952f (diff)
downloadwebtrees-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-xthemes/_common/css-2.0.0/style.css2
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;
}