https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30416
--- Comment #4 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
