7 Apr
2022
7 Apr
'22
3:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30416 --- Comment #4 from Jonathan Druart <jonathan.druart+koha@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.