11 lines
158 B
CSS
Raw Normal View History

2020-03-07 22:18:12 +01:00
@media print
{
.no-print, .no-print *
{
display: none !important;
}
2020-03-08 09:24:03 +01:00
.relation-map-wrapper {
height: 100vh !important;
}
2020-03-07 22:18:12 +01:00
}