[Koha-bugs] [Bug 27417] Make header row float in circ and fine rules table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 12 18:39:55 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27417

--- Comment #1 from Andrew Fuerste-Henry <andrew at 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.


More information about the Koha-bugs mailing list