vtenext/include/js/dataTables/plugins/FixedHeader/css/fixedHeader.jqueryui.css
2021-04-28 20:10:26 +02:00

16 lines
250 B
CSS

table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}