https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37024
--- Comment #11 from Lucas Gass (lukeg) <[email protected]> --- -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. _______________________________________________ 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/
