When one has a lot of circ rules, the table becomes large enough that it can be hard to track which columns contain which values. It'd be good if the header for the circ rules table would float as one scrolls through the table.
A librarian supplied this CSS to do the job: #default-circulation-rules thead { position: -webkit-sticky; /*for safari */ position: sticky; float: none; top: 0px; border-radius: 2px; box-shadow: 0px 1px 5px #999; }
Bug 27403 applies a "floating" thead to all dataTables, including the circ and fines table. Marking this as a duplicate.
*** This bug has been marked as a duplicate of bug 27403 ***