25 Jul
2025
25 Jul
'25
11:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37024 --- Comment #11 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- -This only seems to be reported in Chrome. -An on scroll event is being triggered and reseting the `.dtfh-floatingparent` element to `top: 0`, which creates the flicker. It seems like we can mostly work around the issue by adding the following CSS: .dataTable thead { position: sticky !important; top: 0 !important; } My question, is there anything fixedHeader is doing that cannot be done with CSS position sticky which now has wide browser support? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.