2022-10-20 22:32:06 +02:00

17 lines
263 B
CSS

@media print
{
html body {
/* https://github.com/zadam/trilium/issues/3202 */
color: black;
}
.no-print, .no-print *
{
display: none !important;
}
.relation-map-wrapper {
height: 100vh !important;
}
}