mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 08:55:12 +00:00
17 lines
308 B
CSS
17 lines
308 B
CSS
|
table.dataTable.fixedHeader-floating,
|
||
|
table.dataTable.fixedHeader-locked {
|
||
|
background-color: white;
|
||
|
margin-top: 0 !important;
|
||
|
margin-bottom: 0 !important;
|
||
|
}
|
||
|
|
||
|
table.dataTable.fixedHeader-locked {
|
||
|
position: absolute !important;
|
||
|
}
|
||
|
|
||
|
@media print {
|
||
|
table.fixedHeader-floating {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|