xref: /webtrees/resources/css/_chart-pedigree-map.css (revision 84df6051daf6e0d91b745b7adc42f92ae7be49ab)
1242a7862SGreg Roach/**
2242a7862SGreg Roach * webtrees: online genealogy
3cd1ec0d0SGreg Roach * Copyright (C) 2021 webtrees development team
4242a7862SGreg Roach * This program is free software: you can redistribute it and/or modify
5242a7862SGreg Roach * it under the terms of the GNU General Public License as published by
6242a7862SGreg Roach * the Free Software Foundation, either version 3 of the License, or
7242a7862SGreg Roach * (at your option) any later version.
8242a7862SGreg Roach * This program is distributed in the hope that it will be useful,
9242a7862SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of
10242a7862SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11242a7862SGreg Roach * GNU General Public License for more details.
12242a7862SGreg Roach * You should have received a copy of the GNU General Public License
13ad3143ccSGreg Roach * along with this program. If not, see <https://www.gnu.org/licenses/>.
14242a7862SGreg Roach */
15242a7862SGreg Roach
16242a7862SGreg Roach/*
17242a7862SGreg Roach * Pedigree map
18242a7862SGreg Roach *
19242a7862SGreg Roach * wt-chart, wt-chart-pedigree-map
20242a7862SGreg Roach */
21*84df6051SGreg Roach.wt-pedigree-map-wrapper {
22*84df6051SGreg Roach    height: 70vh;
23*84df6051SGreg Roach}
24*84df6051SGreg Roach
25*84df6051SGreg Roach.wt-pedigree-map-map {
26*84df6051SGreg Roach    height: 100%;
27*84df6051SGreg Roach}
28*84df6051SGreg Roach
29*84df6051SGreg Roach.wt-pedigree-map-sidebar {
30*84df6051SGreg Roach    height: 100%;
31*84df6051SGreg Roach    overflow-y: auto;
32*84df6051SGreg Roach}
33