snipe-it/resources/assets/js/extensions/sticky-header/bootstrap-table-sticky-header.css
snipe c50b81ff19
Added resources
Signed-off-by: snipe <[email protected]>
2020-04-22 07:15:24 -07:00

23 lines
416 B
CSS
Executable file

/**
* @author vincent loh <[email protected]>
* @version: v1.0.0
* https://github.com/vinzloh/bootstrap-table/
* Sticky header for bootstrap-table
*/
.fix-sticky {
position: fixed;
z-index: 100;
}
.fix-sticky thead {
background: #fff;
}
.fix-sticky thead th,
.fix-sticky thead th:first-child {
border-left: 0;
border-right: 0;
border-bottom: 1px solid #eee;
border-radius: 0;
}