booking/assets/scss/datatable-extension/_fixedHeader.dataTables.scss
2025-03-24 22:58:00 +03:00

18 lines
327 B
SCSS

/*fixed haeder datatable css*/
table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-floating.no-footer {
border-bottom-width: 0;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
/*fixed haeder datatable css*/