diff options
| author | makitso <makitso@gmail.com> | 2017-06-27 10:48:15 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-27 10:48:15 -0500 |
| commit | 57b2020d6fdf653319f432c2bb195f4868dd6c91 (patch) | |
| tree | 8415ddb91a9ebbc5000dbc507105490483268d16 /themes/xenea | |
| parent | 23f8b752f791cc36ddefd3c71d5ca92a3a4524ca (diff) | |
| download | webtrees-57b2020d6fdf653319f432c2bb195f4868dd6c91.tar.gz webtrees-57b2020d6fdf653319f432c2bb195f4868dd6c91.tar.bz2 webtrees-57b2020d6fdf653319f432c2bb195f4868dd6c91.zip | |
Correct z-index on popup and itr
Diffstat (limited to 'themes/xenea')
| -rw-r--r-- | themes/xenea/css-1.7.8/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xenea/css-1.7.8/style.css b/themes/xenea/css-1.7.8/style.css index 20bcb03396..fad85611ff 100644 --- a/themes/xenea/css-1.7.8/style.css +++ b/themes/xenea/css-1.7.8/style.css @@ -2038,7 +2038,7 @@ a:hover .nameZoom { /* styles for popup menus */ .itr { - position: relative; + position: absolute; line-height: 1.5; } |
