@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; } .table thead th, .table td, .table th { /* Fix center vertical alignment of table cells */ vertical-align: middle; } }