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

--- Comment #1 from Andrew Fuerste-Henry <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to