[Koha-bugs] [Bug 30416] Patron search results page UX fixes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 7 15:01:59 CEST 2022


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

--- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
I have really no idea how to fix that. I found something related in Sticky
code:

    const initSticky = () => { 
      // check if element or it's parents are visible
      if (elem.offsetParent === null || Helpers.getStyle(elem, 'display') ===
'none') {
        disableSticky();
        return;
      }    


I've tried to remove the disableSticky call but things get uglier...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list