survey/test2/FixedHeader-3.3.2/css/fixedHeader.semanticui.css
2023-03-27 15:17:34 +02:00

14 lines
203 B
CSS

table.fixedHeader-floating {
border-bottom-width: 0 !important;
}
table.fixedHeader-locked {
position: absolute !important;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}