fix: pdf table header alignment issue (#2259)

* fix: pdf table header alignment issue
* cleanup

---------

Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com>
This commit is contained in:
Mayank-2-16
2026-06-17 14:32:48 +01:00
committed by GitHub
co-authored by Philipinho
parent 2ff8720832
commit 1867aa8bf6
3 changed files with 17 additions and 5 deletions
@@ -163,8 +163,13 @@
@media print {
.tableWrapper.tableHeaderPinned table tr:first-child {
position: static;
transform: none;
position: static !important;
top: auto !important;
transform: none !important;
}
.tableReadonlySortChevron {
display: none !important;
}
}
@@ -268,4 +273,4 @@
.prosemirror-dropcursor-inline {
display: none;
}
}
}