https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42806
Bug ID: 42806
Summary: Sticky CSS for Report Column Headers
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: 25.11
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Reports
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
It would be so nice for Koha users if the Column header was sticky but like a
greenbar report if it had some 10-20px margin line above and below the column
header that when you scrolled stayed in place so the user had a great
report/large report scrolling experience that'd be awesome. The CSS below works
but it needs the margin lines set.
Thanks!
/*report sticky column header scroll css*/
#report_results thead th {
position: sticky;
top: 0;
background-color: #F8F8F8;
z-index: 100;
border-bottom:
2px solid #ccc;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
}
/*end report sticky column header scroll css*/
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/