https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11088
--- Comment #2 from Owen Leonard <[email protected]> --- After way too much time trying to figure this out, I was finally able to identify the problem: The additional patron search fields which are hidden when the page loads (<div id="filter">). Because the filter <div> is shown initially, the toolbar misidentifies where its starting location is on the page. My initial thought was to make the filter <div> hidden by default, but it's not that simple. I think if we want a floating toolbar on this page we have to re-think how the additional patron search fields are displayed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
