[Bug 27417] New: Make header row float in circ and fine rules table
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27417 Bug ID: 27417 Summary: Make header row float in circ and fine rules table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27417 --- Comment #1 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- 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; } -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27417 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Bug 27403 applies a "floating" thead to all dataTables, including the circ and fines table. Marking this as a duplicate. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27417 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- *** This bug has been marked as a duplicate of bug 27403 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org