diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2020-02-14 19:30:40 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2020-02-14 19:30:40 +0000 |
| commit | 12c7ed82c7e25446dd8688409aa59afeeefd9433 (patch) | |
| tree | bd62fe66842fbc64e88dc47b4af620f615458652 /resources/css | |
| parent | 7d48061036ead1f71901c1ea6176b9f56e1e277f (diff) | |
| download | webtrees-12c7ed82c7e25446dd8688409aa59afeeefd9433.tar.gz webtrees-12c7ed82c7e25446dd8688409aa59afeeefd9433.tar.bz2 webtrees-12c7ed82c7e25446dd8688409aa59afeeefd9433.zip | |
Fix: #3079 - use a CSS stacking context instead of z-index to allow background styling
Diffstat (limited to 'resources/css')
| -rw-r--r-- | resources/css/_chart-pedigree.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/css/_chart-pedigree.css b/resources/css/_chart-pedigree.css index dd0b1607da..3c4f503286 100644 --- a/resources/css/_chart-pedigree.css +++ b/resources/css/_chart-pedigree.css @@ -47,7 +47,6 @@ border-radius: var(--chart-line-radius) 0 0 var(--chart-line-radius); width: 25%; height: 50%; - z-index: -1; } .wt-chart-pedigree-right .wt-generation-rev-2 > .wt-pedigree-lines { @@ -66,7 +65,6 @@ border-radius: 0 var(--chart-line-radius) var(--chart-line-radius) 0; width: 25%; height: 50%; - z-index: -1; } .wt-chart-pedigree-left .wt-generation-rev-2 > .wt-pedigree-lines { @@ -89,7 +87,6 @@ border-radius: var(--chart-line-radius) var(--chart-line-radius) 0 0; width: 50%; height: 25%; - z-index: -1; } .wt-chart-pedigree-down .wt-generation-rev-2 > .wt-pedigree-lines { @@ -112,7 +109,6 @@ border-radius: 0 0 var(--chart-line-radius) var(--chart-line-radius); width: 50%; height: 25%; - z-index: -1; } .wt-chart-pedigree-up .wt-generation-rev-2 > .wt-pedigree-lines { |
