Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/blame/commit/cb40e2db725c24de5e016e8943db0ca05591a87f/public/admin/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css You should set ROOT_URL correctly, otherwise the web may not work correctly.

17 lines
308 B

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;
}
}