💄 Trip: hide resizer on print

This commit is contained in:
itskovacs 2025-08-19 19:35:33 +02:00
parent 89bbf3766c
commit b4936c5b53

View File

@ -130,6 +130,11 @@ html {
width: 2px;
background-color: #999;
}
@media print {
.table-colored-resizer .p-datatable-column-resizer {
background-color: transparent;
}
}
@keyframes slideYcenteredX {
0% {