fistcommit
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
table.fixedHeader-floating {
|
||||
position: fixed !important;
|
||||
border-bottom-width: 0 !important;
|
||||
}
|
||||
|
||||
table.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user